change the HHC setting to HHC_DIR, so we can use it also to call the HtmlHelp function

svn path=/trunk/; revision=17951
This commit is contained in:
Ulf Lamping 2006-04-21 22:47:19 +00:00
parent e291c857cd
commit 3cd547dc0a
1 changed files with 5 additions and 5 deletions

View File

@ -253,19 +253,19 @@ MAKENSIS_MODERN_UI=USE
#
#DOXYGEN="C:/program files/doxygen/bin/doxygen.exe"
# To build compressed html help format .chm from doxygen output.
# To build compressed html help format .chm and use it as online help format.
# Currently experimental only.
# You will have to download and install the html help compiler from:
#
# http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html
# /hwMicrosoftHTMLHelpDownloads.asp
#
# Then point HHC to the html help compiler exe.
# Then point HHC_DIR to the html help dir (where hhc.exe resides).
#
# The .chm file(s) are not generated by default. You will have to generate the
# file(s) by calling the Makefile.nmake's target doxygen.chm in the submodules (epan/gk/...).
# If you don't want the online help (or don't have the tools),
# comment this line out, so that HHC_DIR isn't defined.
#
#HHC="C:/Program Files/HTML Help Workshop/hhc.exe"
#HHC_DIR="C:/Program Files/HTML Help Workshop/"
# According to http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=403
# XCOPY under Windows NT doesn't support the "/Y" flag. This works