Happy new year
[yazpp-moved-to-github.git] / win / makefile
index da4b817..25b78cc 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright (C) 1998-2012 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)\yazpp4d.dll
-YAZPP_IMPLIB=$(LIBDIR)\yazpp4d.lib
-YAZD=yaz4d
+DLL=$(BINDIR)\yazpp6d.dll
+YAZPP_IMPLIB=$(LIBDIR)\yazpp6d.lib
+YAZD=yaz5d
 !else
-DLL=$(BINDIR)\yazpp4.dll
-YAZPP_IMPLIB=$(LIBDIR)\yazpp4.lib
-YAZD=yaz4
+DLL=$(BINDIR)\yazpp6.dll
+YAZPP_IMPLIB=$(LIBDIR)\yazpp6.lib
+YAZD=yaz5
 !endif
 
 ZCLIENT=$(BINDIR)\zclient.exe