Towards 1.0.11
[metaproxy-moved-to-github.git] / win / makefile
index ef8eaf4..5911f64 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright (C) 2005-2007, Index Data ApS
 # All rights reserved.
-# $Id: makefile,v 1.30 2007-01-25 18:49:26 adam Exp $
+# $Id: makefile,v 1.33 2007-06-14 08:33:27 adam Exp $
 
 # MS NMAKE makefile for metaproxy
 
@@ -8,7 +8,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.0.9
+VERSION=1.0.11
 
 # 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