Update nmake for new filters
[metaproxy-moved-to-github.git] / win / makefile
index a9c94db..75fa431 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2012 Index Data
+# Copyright (C) 2005-2013 Index Data
 # All rights reserved.
 
 # MS NMAKE makefile for metaproxy
@@ -7,7 +7,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.3.50
+VERSION=1.3.55
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz
@@ -77,10 +77,10 @@ test_pipe: $(TEST_PIPE)
 
 !if $(DEBUG)
 YAZD=yaz4d
-YAZPPD=yazpp4d
+YAZPPD=yazpp5d
 !else
 YAZD=yaz4
-YAZPPD=yazpp4
+YAZPPD=yazpp5
 !endif
 
 # YAZ includes & libs
@@ -221,7 +221,9 @@ PROJECT_DLL_OBJS = \
         $(OBJDIR)\filter_bounce.obj \
         $(OBJDIR)\filter_cql_to_rpn.obj \
        $(OBJDIR)\filter_frontend_net.obj \
+       $(OBJDIR)\filter_http_client.obj \
        $(OBJDIR)\filter_http_file.obj \
+       $(OBJDIR)\filter_http_rewrite1.obj \
         $(OBJDIR)\filter_limit.obj \
         $(OBJDIR)\filter_load_balance.obj \
         $(OBJDIR)\filter_log.obj \