Towards 1.0.11
[metaproxy-moved-to-github.git] / win / makefile
index f9d3e96..5911f64 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005-2006, Index Data ApS
+# Copyright (C) 2005-2007, Index Data ApS
 # All rights reserved.
-# $Id: makefile,v 1.27 2007-01-11 12:29:02 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.7
+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
@@ -229,6 +229,7 @@ PROJECT_DLL_OBJS = \
        $(OBJDIR)\filter_auth_simple.obj \
         $(OBJDIR)\filter_backend_test.obj \
         $(OBJDIR)\filter_bounce.obj \
+        $(OBJDIR)\filter_cql_to_rpn.obj \
        $(OBJDIR)\filter_frontend_net.obj \
        $(OBJDIR)\filter_http_file.obj \
         $(OBJDIR)\filter_load_balance.obj \