From 8fe54633bf708caa9b8f886e14ea834e780f0c7f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 14 Aug 2006 18:01:40 +0000 Subject: [PATCH] Update to iconv-1.9.2 on windows --- win/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/makefile b/win/makefile index d5652ef..a76d59e 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.25.2.7 2006-03-24 13:56:17 adam Exp $ +# $Id: makefile,v 1.25.2.8 2006-08-14 18:01:40 adam Exp $ ########################################################### ############### Parameters @@ -13,7 +13,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.2.win32 default: all -- 1.7.10.4