From 44ceeaf709eb733c9e10f8f7de06b62d36dead63 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 21 Feb 2008 10:16:26 +0000 Subject: [PATCH] For win, generate yazpp3.dll instead of yazpp2.dll. --- win/makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 1.7.10.4