projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f3527
)
Use newer versions of tclsh/libxml2/libxslt
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 10 Jul 2009 12:44:18 +0000
(14:44 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 10 Jul 2009 12:44:18 +0000
(14:44 +0200)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
ba68b7b
..
e869c72
100644
(file)
--- 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