aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-01-19 01:21:17 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-01-19 01:21:17 +0000
commit852551cd86641585d4bc67548c797d2e52b71495 (patch)
treebe8111c06cabdda04404c42b05e9484001f5e93b /config.nmake
parent020e10eabbd4fd6d7d78c0ec2c4bbca0684503ee (diff)
user-guide final step:
enable HHC_DIR as default, hopefully the buildbot will "get it right" now :-) svn path=/trunk/; revision=20496
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 16f96ce1fe..0860cba50f 100644
--- a/config.nmake
+++ b/config.nmake
@@ -375,7 +375,7 @@ MAKENSIS="$(PROGRAM_FILES)\nsis\makensis.exe"
#DOXYGEN="$(PROGRAM_FILES)/doxygen/bin/doxygen.exe"
#
-# Optional: To build compressed html help format .chm and use it as online help format.
+# Recommended: Build compressed html help format .chm and use it as online help format.
# 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
@@ -386,7 +386,7 @@ MAKENSIS="$(PROGRAM_FILES)\nsis\makensis.exe"
# 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_DIR="$(PROGRAM_FILES)/HTML Help Workshop/"
+HHC_DIR="$(PROGRAM_FILES)/HTML Help Workshop/"