From 23694f274b7991427bb391b209e142223cdaa9f5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 10 Jul 2009 14:44:18 +0200 Subject: [PATCH] Use newer versions of tclsh/libxml2/libxslt --- win/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4