From 427ca5f986a5c3db226476fa46e5f89fba346ef6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 28 Feb 2014 10:13:35 +0100 Subject: [PATCH] NMAKE makefile: change TCL setting --- win/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/makefile b/win/makefile index be3d740..836c860 100644 --- a/win/makefile +++ b/win/makefile @@ -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 -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. -- 1.7.10.4