Update nmake for new filters
[metaproxy-moved-to-github.git] / win / makefile
index bc21267..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.51
+VERSION=1.3.55
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz
@@ -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 \