From: Adam Dickmeiss Date: Thu, 21 Feb 2008 10:16:26 +0000 (+0000) Subject: For win, generate yazpp3.dll instead of yazpp2.dll. X-Git-Tag: YAZPP.1.1.0~2 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=44ceeaf709eb733c9e10f8f7de06b62d36dead63;hp=688b83880520e7485087b56cc1dda29019d7413f;ds=sidebyside For win, generate yazpp3.dll instead of yazpp2.dll. --- diff --git a/win/makefile b/win/makefile index 3be6c60..ce31be2 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1999-2006, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.20 2007-06-14 08:27:20 adam Exp $ +# $Id: makefile,v 1.21 2008-02-21 10:16:26 adam Exp $ # Parameters @@ -46,12 +46,12 @@ TMP=$(TMPDIR) # Targets - what to make !if $(DEBUG) -DLL=$(BINDIR)\yazpp2d.dll -YAZPP_IMPLIB=$(LIBDIR)\yazpp2d.lib +DLL=$(BINDIR)\yazpp3d.dll +YAZPP_IMPLIB=$(LIBDIR)\yazpp3d.lib YAZD=yaz3d !else -DLL=$(BINDIR)\yazpp2.dll -YAZPP_IMPLIB=$(LIBDIR)\yazpp2.lib +DLL=$(BINDIR)\yazpp3.dll +YAZPP_IMPLIB=$(LIBDIR)\yazpp3.lib YAZD=yaz3 !endif