Win makefile: use tclsh straight (from PATH)
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 24 Jan 2014 10:46:10 +0000 (11:46 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 24 Jan 2014 10:46:10 +0000 (11:46 +0100)
This is part of msysgit (Windows Git).

win/makefile

index ac38182..661d78e 100644 (file)
@@ -7,8 +7,8 @@ DEBUG=0   # 0 for release, 1 for debug
 USE_MANIFEST = 1
 
 # TCL
 USE_MANIFEST = 1
 
 # TCL
-TCL="C:\Tcl\bin\tclsh85.exe"
-#TCL="C:\Program Files\Tcl\bin\tclsh83.exe"
+TCL=tclsh
+#TCL="C:\Tcl\bin\tclsh85.exe"
 HAVE_TCL=1
 
 # iconv charcter conversion utility
 HAVE_TCL=1
 
 # iconv charcter conversion utility