Winhelp in Visual Studio 2010

437 Views Asked by At

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 corresponding *.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 ?

2

There are 2 best solutions below

1
On BEST ANSWER

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.

0
On

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).