X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=1f8e011f438d7250fd7198e6b15d3efe915dc725;hb=03e8dbd1c27b7ac1540e1710becc7d4ecf7fdb95;hp=5f1a54639328a278266f37064076c1968000c2cc;hpb=cec05aa8c24b33f36e6aa1c8a00d3ecb58dd5e84;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 5f1a546..1f8e011 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.56 +VERSION=1.3.62 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -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 \