X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=1f8e011f438d7250fd7198e6b15d3efe915dc725;hb=03e8dbd1c27b7ac1540e1710becc7d4ecf7fdb95;hp=90707dcc39a0f5477ef5edefc5a8059def48a025;hpb=f943413ae943aa332af9cef69e6a148a47639c7c;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 90707dc..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.55 +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,12 +240,14 @@ 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 \ $(OBJDIR)\plainfile.obj \ $(OBJDIR)\router_chain.obj \ $(OBJDIR)\router_flexml.obj \ + $(OBJDIR)\router_xml.obj \ $(OBJDIR)\session.obj \ $(OBJDIR)\sru_util.obj \ $(OBJDIR)\thread_pool_observer.obj \