aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
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/"