From 047fbd80ebc8d5f5e8bc38fe3a67081b08b41f91 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 Jun 2007 08:28:13 +0000 Subject: [PATCH] Updated to use libxml2 2.6.68, libxslt 1.1.19. --- win/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win/makefile b/win/makefile index efae2b8..6649bdf 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1999-2006, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.12 2007-05-06 20:30:24 adam Exp $ +# $Id: makefile,v 1.13 2007-06-14 08:28:13 adam Exp $ ########################################################### ############### Parameters @@ -18,11 +18,11 @@ ICONV_DIR=\iconv-1.9.2.win32 # libxslt HAVE_LIBXSLT=1 -LIBXSLT_DIR=\libxslt-1.1.17.win32 +LIBXSLT_DIR=\libxslt-1.1.19.win32 # libxml2 (used by libxslt) HAVE_LIBXML2=1 -LIBXML2_DIR=\libxml2-2.6.26.win32 +LIBXML2_DIR=\libxml2-2.6.28.win32 # zlib compression (used by libxml2) ZLIB_DIR=\zlib-1.2.3.win32 -- 1.7.10.4