From: Adam Dickmeiss Date: Fri, 10 Jul 2009 12:44:18 +0000 (+0200) Subject: Use newer versions of tclsh/libxml2/libxslt X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=23694f274b7991427bb391b209e142223cdaa9f5;p=yaz-moved-to-github.git Use newer versions of tclsh/libxml2/libxslt --- diff --git a/win/makefile b/win/makefile index ba68b7b..e869c72 100644 --- a/win/makefile +++ b/win/makefile @@ -10,7 +10,7 @@ DEBUG=0 # 0 for release, 1 for debug # TCL -TCL="C:\Tcl\bin\tclsh84.exe" +TCL="C:\Tcl\bin\tclsh85.exe" #TCL="C:\Program Files\Tcl\bin\tclsh83.exe" HAVE_TCL=1 @@ -20,11 +20,11 @@ ICONV_DIR = c:\iconv-1.9.2.win32 # libxslt HAVE_LIBXSLT=1 -LIBXSLT_DIR=c:\libxslt-1.1.19.win32 +LIBXSLT_DIR=c:\libxslt-1.1.24.win32 # libxml2 HAVE_LIBXML2=1 -LIBXML2_DIR=c:\libxml2-2.6.28.win32 +LIBXML2_DIR=c:\libxml2-2.7.1.win32 # zlib compression (used by libxml2) ZLIB_DIR = c:\zlib-1.2.3.win32