From: Adam Dickmeiss Date: Sun, 16 Jan 2005 00:27:30 +0000 (+0000) Subject: Upgrade to Expat-1.95.8. Copy all YAZ DLLs to BINDIR X-Git-Tag: ZEBRA.1.3.20~12 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=206c0f962eb137a31892d028f42b38977df34525;p=idzebra-moved-to-github.git Upgrade to Expat-1.95.8. Copy all YAZ DLLs to BINDIR --- diff --git a/win/makefile b/win/makefile index b224bb6..f8241f8 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.25.2.3 2004-08-20 12:32:19 adam Exp $ +# $Id: makefile,v 1.25.2.4 2005-01-16 00:27:30 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.7 +EXPAT_DIR= c:\Expat-1.95.8 # iconv is optional HAVE_ICONV=1 @@ -454,7 +454,7 @@ $(OBJDIR) $(WINDIR) $(LIBDIR) $(BINDIR) $(TMPDIR): if not exist "$@/$(NUL)" mkdir "$@" $(YAZ_DLL_TARGET) : $(YAZ_DLL_SOURCE) - copy $(YAZ_DLL_SOURCE) $(YAZ_DLL_TARGET) + copy $(YAZBINDIR)\*.dll $(BINDIR) ########################################################### ############### Explicit dependencies