From 35e024c52a6264e46548fdcbc2361afa32f20b33 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 16 Oct 2008 16:21:30 +0200 Subject: [PATCH] Update to use Libxml2 2.7.1 / Libxslt 1.1.24. --- win/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/makefile b/win/makefile index 9867cf5..e2c5629 100644 --- a/win/makefile +++ b/win/makefile @@ -12,8 +12,8 @@ YAZ_DIR=..\..\yaz # Libxml2 + libxslt + associates ZLIB_DIR=\zlib-1.2.3.win32 ICONV_DIR=\iconv-1.9.2.win32 -LIBXML2_DIR=\libxml2-2.6.32+.win32 -LIBXSLT_DIR=\libxslt-1.1.23+.win32 +LIBXML2_DIR=\libxml2-2.7.1.win32 +LIBXSLT_DIR=\libxslt-1.1.24.win32 # ICU HAVE_ICU=1 -- 1.7.10.4