From 97fffe49b2bb16e5cd030f682af375bed1e100bc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sat, 29 Nov 2003 16:47:58 +0000 Subject: [PATCH] Point to Expat-1.95-7 on Windows --- win/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/makefile b/win/makefile index 6f00be2..f60ba1f 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.24 2003-09-22 12:35:58 adam Exp $ +# $Id: makefile,v 1.25 2003-11-29 16:47:58 adam Exp $ ########################################################### ############### Parameters @@ -9,7 +9,7 @@ DEBUG=0 # 0 for release, 1 for debug # EXPAT is optional. It's required for grs.xml-filters. HAVE_EXPAT=1 -EXPAT_DIR= c:\Expat-1.95.4 +EXPAT_DIR= c:\Expat-1.95.7 # iconv is optional HAVE_ICONV=1 -- 1.7.10.4