From: Adam Dickmeiss Date: Tue, 8 May 2007 14:55:30 +0000 (+0000) Subject: Use YAZ 3 lib,dll X-Git-Tag: ZEBRA.2.0.14~5 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=65333d1f3b9df92be6b48e1d0b9cd7f0f0023e5b;p=idzebra-moved-to-github.git Use YAZ 3 lib,dll --- diff --git a/win/makefile b/win/makefile index 8528124..e55a55e 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # Zebra makefile for MS NMAKE -# $Id: makefile,v 1.63 2007-03-07 21:25:29 adam Exp $ +# $Id: makefile,v 1.64 2007-05-08 14:55:30 adam Exp $ ########################################################### ############### Parameters @@ -45,13 +45,13 @@ YAZINCL=$(YAZDIR)\include YAZLIBS=$(YAZLIB) YAZBINDIR=$(YAZDIR)\bin !if $(DEBUG) -YAZLIB="$(YAZDIR)\lib\yazd.lib" -YAZ_DLL_SOURCE="$(YAZBINDIR)\yazd.dll" -YAZ_DLL_TARGET="$(BINDIR)\yazd.dll" +YAZLIB="$(YAZDIR)\lib\yaz3d.lib" +YAZ_DLL_SOURCE="$(YAZBINDIR)\yaz3d.dll" +YAZ_DLL_TARGET="$(BINDIR)\yaz3d.dll" !else -YAZLIB="$(YAZDIR)\lib\yaz.lib" -YAZ_DLL_SOURCE="$(YAZBINDIR)\yaz.dll" -YAZ_DLL_TARGET="$(BINDIR)\yaz.dll" +YAZLIB="$(YAZDIR)\lib\yaz3.lib" +YAZ_DLL_SOURCE="$(YAZBINDIR)\yaz3.dll" +YAZ_DLL_TARGET="$(BINDIR)\yaz3.dll" !endif # BZIP2 settings. Uncomment and specify if you wish to use LIBBZIP2.