From 59ef0c60d984ae5e5fe7f5c166a8a5f7c5ccba78 Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Sat, 1 Jun 2013 13:05:28 +0000 Subject: Change a forward-slash to a back-slash as the path separator.. svn path=/trunk/; revision=49677 --- config.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1