# end custom build
!endif
# end source file
# begin source file
把上面这段代码用以下内容替换它,千万别删了。
|
source=.\resource.h # end source file # begin source file |
祸根三、copying contents file...
|
source=.\hlp\test.cnt !if "$(cfg)" == "test - win32 release" # prop ignore_default_tool 1 # begin custom build - copying contents file... outdir=.\release inputpath=.\hlp\test.cnt inputname=test "$(outdir)\$(inputname).cnt" : $(source) "$(intdir)" "$(outdir)" copy "hlp\$(inputname).cnt" $(outdir) # end custom build !elseif "$(cfg)" == "test - win32 debug"
本文关键:编译帮助 帮助制作
|