Version 1.0.10
[metaproxy-moved-to-github.git] / win / makefile
index 6ee09ee..9eb723d 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright (C) 2005-2007, Index Data ApS
 # All rights reserved.
-# $Id: makefile,v 1.29 2007-01-25 18:20:09 adam Exp $
+# $Id: makefile,v 1.32 2007-05-23 17:12:24 adam Exp $
 
 # MS NMAKE makefile for metaproxy
 
@@ -8,7 +8,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.0.8
+VERSION=1.0.10
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz
@@ -81,11 +81,11 @@ test_pipe: $(TEST_PIPE)
 ###########################################################
 
 !if $(DEBUG)
-YAZD=yazd
-YAZPPD=yazpp_1_d
+YAZD=yaz3d
+YAZPPD=yazpp2d
 !else
-YAZD=yaz
-YAZPPD=yazpp_1
+YAZD=yaz3
+YAZPPD=yazpp2
 !endif
 
 # YAZ includes & libs