aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-04 17:31:11 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-04 17:31:11 +0000
commitcc24cc5f6c0d87554c411c80611be32b7063b416 (patch)
treea64928062c0cc869ca0ee07bf1f850ce2e98730c /config.nmake
parent8caacb27c118ea560ed04211224e89eaa80dc7c5 (diff)
update DOXYGEN setting and add new HHC (MS html help compiler) setting
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11108 f5534014-38df-0310-8fa8-9805f1628bb7
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