aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-01 13:05:28 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-01 13:05:28 +0000
commit59ef0c60d984ae5e5fe7f5c166a8a5f7c5ccba78 (patch)
tree1229aba3d10161dd1c08e7550e381e6e8416b1a6 /config.nmake
parentcf079d0a6c919e061cfc7ff4d316a3d6de0dc99c (diff)
Change a forward-slash to a back-slash as the path separator..
svn path=/trunk/; revision=49677
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index 5f18fbe2b7..7ea891c09f 100644
--- a/config.nmake
+++ b/config.nmake
@@ -772,7 +772,7 @@ MAKENSIS_UNICODE="$(PROGRAM_FILES)\NSIS\Unicode\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
#
# Optional: To reduce the size of dlls and exes, which is especially useful for USB device distributions (U3, PortableApps)