From: Adam Dickmeiss Date: Fri, 24 Jan 2014 10:46:10 +0000 (+0100) Subject: Win makefile: use tclsh straight (from PATH) X-Git-Tag: v5.0.13~31^2~3 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e050e2bc6f5e50c42f7b04cd002d47cd5e5ad6cf Win makefile: use tclsh straight (from PATH) This is part of msysgit (Windows Git). --- 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