NMAKE makefile: change TCL setting
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 28 Feb 2014 09:13:35 +0000 (10:13 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 28 Feb 2014 09:13:35 +0000 (10:13 +0100)
win/makefile

index be3d740..836c860 100644 (file)
@@ -8,7 +8,8 @@ DEBUG=0   # 0 for release, 1 for debug
 USE_MANIFEST = 1
 
 # TCL is optional - ONLY needed for source straight from Git
 USE_MANIFEST = 1
 
 # TCL is optional - ONLY needed for source straight from Git
-TCL="C:\Tcl\bin\tclsh85.exe"
+TCL=tclsh
+#TCL="C:\Tcl\bin\tclsh85.exe"
 HAVE_TCL=1
 
 # EXPAT is optional. It's required for grs.xml-filters.
 HAVE_TCL=1
 
 # EXPAT is optional. It's required for grs.xml-filters.