From: Adam Dickmeiss Date: Sun, 16 Jan 2005 00:27:54 +0000 (+0000) Subject: Upgrade to Expat-1.95.8 X-Git-Tag: snippet.version.1~153 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=eb0854052ca0ac9c555683b28a38efecc090cb77 Upgrade to Expat-1.95.8 --- diff --git a/win/makefile b/win/makefile index 7e57fff..382212d 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.32 2005-01-16 00:00:29 adam Exp $ +# $Id: makefile,v 1.33 2005-01-16 00:27:54 adam Exp $ ########################################################### ############### Parameters @@ -9,11 +9,11 @@ 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.7 +EXPAT_DIR=c:\Expat-1.95.8 # iconv is optional HAVE_ICONV=1 -ICONV_DIR = c:\iconv-1.9.1.win32 +ICONV_DIR=c:\iconv-1.9.1.win32 default: all