开发者

Winhelp in Visual Studio 2010

I have a Visual Studio 2010 project which generates Winhelp files in release mode.

I would like to deactivate it but I have not found a way...

I have try to delete the co开发者_开发问答rresponding *.hpj file, so the creation of the generated file does not occur but I'm still having in the output of Visual Studio 2010 a line "Making help include file...".

Somebody can tell me how to deactivate WinHelp in my project ?


It is probably a Custom Build Step or a Build Event.

If you can't find it in the editor, maybe you could look at the project file directly (*.vcproj) and see to which item it is attached.


Include .hm file from CustomBuildStep (originally for old WinHelp), generated by makehm.exe Visual Studio tool, can be still used for new HTML Help as input in [MAP] section of HTML Help Project file (.hhp).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜