aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-04-21 22:47:19 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-04-21 22:47:19 +0000
commit3cd547dc0a46a9981524a788306214f6c27ce68c (patch)
tree29733fef5f0024ae67be03953c7b8a9ca576bbfa /config.nmake
parente291c857cd5fa987bf6a895c9e260398f2b94f44 (diff)
change the HHC setting to HHC_DIR, so we can use it also to call the HtmlHelp function
svn path=/trunk/; revision=17951
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.nmake b/config.nmake
index 8be2633100..077720d96b 100644
--- a/config.nmake
+++ b/config.nmake
@@ -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