让VC不再编译帮助文件的方法[5]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 kind_li 的 blog

 

# prop ignore_default_tool 1

# begin custom build - copying contents file...

outdir=.\debug

inputpath=.\hlp\test.cnt

inputname=test

 

"$(outdir)\$(inputname).cnt" : $(source) "$(intdir)" "$(outdir)"

       copy "hlp\$(inputname).cnt" $(outdir)

 

# end custom build

 

!endif

 

# end source file

# end group

# begin source file

把上面这段代码用以下内容替换它,最好别删了。

source=.\hlp\test.cnt

# end source file

# end group

# begin source file

本文关键:编译帮助 帮助制作
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top