From e050e2bc6f5e50c42f7b04cd002d47cd5e5ad6cf Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 24 Jan 2014 11:46:10 +0100 Subject: [PATCH] Win makefile: use tclsh straight (from PATH) This is part of msysgit (Windows Git). --- win/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/makefile b/win/makefile index ac38182..661d78e 100644 --- a/win/makefile +++ b/win/makefile @@ -7,8 +7,8 @@ DEBUG=0 # 0 for release, 1 for debug 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 -- 1.7.10.4