3

I'm working on writing a build script for the installer for this: http://github.com/imaginationac/belvedere.

The installation package includes help in the .chm format. I can manually compile with Microsoft HTML Help Workshop, but from reading over the documentation, there doesn't seem to be any way to, say compile from the command line. I did a quick Google search (and a search here) and haven't found an exact solution (or one that would NOT cost money).

If I have to prompt builder to do it manually, it's not that big of a deal, but it does put a kink in the whole automated build script idea.

The gist of the question is: is there a tool like Microsoft HTML Help Workshop that could integrate as part of an automated build process?

4

2 回答 2

5

我不完全确定我之前做错了什么,但 hhc.exe 文件实际上是编译器,我从命令行让它工作。我一定是之前弄乱了命令。:(

以供参考: hhc.exe PATH\TO\HELP\PROJECT\project.hhp

于 2012-03-09T10:39:15.977 回答
0

您可以在 Visual Studio 中构建它。

于 2012-03-09T02:08:00.740 回答