Version 1.4.0
[metaproxy-moved-to-github.git] / win / makefile
index f5270b2..e78b8c7 100644 (file)
@@ -7,7 +7,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.3.57
+VERSION=1.4.0
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz
@@ -74,11 +74,11 @@ test_pipe: $(TEST_PIPE)
 ###########################################################
 
 !if $(DEBUG)
-YAZD=yaz4d
-YAZPPD=yazpp5d
+YAZD=yaz5d
+YAZPPD=yazpp6d
 !else
-YAZD=yaz4
-YAZPPD=yazpp5
+YAZD=yaz5
+YAZPPD=yazpp6
 !endif
 
 # YAZ includes & libs
@@ -221,6 +221,7 @@ PROJECT_DLL_OBJS = \
        $(OBJDIR)\filter_frontend_net.obj \
        $(OBJDIR)\filter_http_client.obj \
        $(OBJDIR)\filter_http_file.obj \
+       $(OBJDIR)\filter_http_rewrite.obj \
        $(OBJDIR)\filter_http_rewrite1.obj \
         $(OBJDIR)\filter_limit.obj \
         $(OBJDIR)\filter_load_balance.obj \
@@ -239,6 +240,7 @@ PROJECT_DLL_OBJS = \
         $(OBJDIR)\filter_zeerex_explain.obj \
         $(OBJDIR)\filter_zoom.obj \
        $(OBJDIR)\gduutil.obj \
+       $(OBJDIR)\html_parser.obj \
        $(OBJDIR)\origin.obj \
        $(OBJDIR)\package.obj \
        $(OBJDIR)\pipe.obj \