X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=win%2Fmakefile;h=25b78ccf30881132572cc76ec135980daab708e9;hp=a131ce25f1b34c28fc712e6f4a9bff3781d1ba94;hb=d62e0baee8ee3cccced41746ef09fc3e01f401d5;hpb=217e153abe5e9c5aae6ef74a839bf01d30e295d3 diff --git a/win/makefile b/win/makefile index a131ce2..25b78cc 100644 --- a/win/makefile +++ b/win/makefile @@ -1,8 +1,8 @@ -# Copyright (C) 1998-2013 Index Data -# All rights reserved. +# This file is part of the yazpp toolkit +# Copyright (C) Index Data +# See the file LICENSE for details. # Parameters - DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 1 # Can be enabled Visual Studio 2005 @@ -45,13 +45,13 @@ TMP=$(TMPDIR) # Targets - what to make !if $(DEBUG) -DLL=$(BINDIR)\yazpp5d.dll -YAZPP_IMPLIB=$(LIBDIR)\yazpp5d.lib -YAZD=yaz4d +DLL=$(BINDIR)\yazpp6d.dll +YAZPP_IMPLIB=$(LIBDIR)\yazpp6d.lib +YAZD=yaz5d !else -DLL=$(BINDIR)\yazpp5.dll -YAZPP_IMPLIB=$(LIBDIR)\yazpp5.lib -YAZD=yaz4 +DLL=$(BINDIR)\yazpp6.dll +YAZPP_IMPLIB=$(LIBDIR)\yazpp6.lib +YAZD=yaz5 !endif ZCLIENT=$(BINDIR)\zclient.exe