From 770b443f619cd78a313b5cde3b10b4a34bfce728 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 17 Mar 2004 19:07:09 +0000 Subject: [PATCH] Use libxml2-2.6.7 and iconv-1.9.1 --- win/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win/makefile b/win/makefile index 071fb54..aec0a76 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2004, Index Data # All rights reserved. -# $Id: makefile,v 1.74 2004-03-17 18:47:42 adam Exp $ +# $Id: makefile,v 1.75 2004-03-17 19:07:09 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -19,11 +19,11 @@ HAVE_TCL=1 # iconv charcter conversion utility HAVE_ICONV=1 -ICONV_DIR = c:\iconv-1.8.win32 +ICONV_DIR = c:\iconv-1.9.1.win32 # libxml2 HAVE_LIBXML2=1 -LIBXML2_DIR=c:\libxml2-2.5.10.win32 +LIBXML2_DIR=c:\libxml2-2.6.7.win32 # WIN32 binaries libxml2 & iconv from here: # http://www.zlatkovic.com/projects/libxml/binaries.html -- 1.7.10.4