aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-04 17:31:11 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-04 17:31:11 +0000
commit17a6cec78fbfb32336f68436942a4939eb116de6 (patch)
treea64928062c0cc869ca0ee07bf1f850ce2e98730c /config.nmake
parentfa7a022db320cba9d15d7c1a668df4606d82d79f (diff)
update DOXYGEN setting and add new HHC (MS html help compiler) setting
svn path=/trunk/; revision=11108
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake24
1 files changed, 21 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake
index ad4c748292..864c42fc50 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.91 2004/06/01 21:45:40 etxrab Exp $
+# $Id: config.nmake,v 1.92 2004/06/04 17:31:11 ulfl Exp $
VERSION=0.10.4
#
@@ -165,14 +165,32 @@ MAKENSIS="C:/program files/nsis/makensis.exe"
#
MAKENSIS_MODERN_UI=USE
-# To build the developers documentation with doxygen (www.doxygen.org).
+# To build the developers documentation with doxygen and dot.
# Currently experimental only.
+# You will have to download and install:
#
-# If you don't want the developers documentation (or don't have doxygen),
+# Doxygen from: www.doxygen.org
+# Graphviz from: http://www.research.att.com/sw/tools/graphviz/
+#
+# If you don't want the developers documentation (or don't have the tools),
# comment this line out, so that DOXYGEN isn't defined.
#
#DOXYGEN="C:/program files/doxygen/bin/doxygen.exe"
+# To build compressed html help format .chm from doxygen output.
+# 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.
+#
+# 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/...).
+#
+#HHC="C:/Program Files/HTML Help Workshop/hhc.exe"
+
# If you wan't to build a libethereal.dll, you should comment out the following line
#ENABLE_LIBETHEREAL=USE