X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=win%2Fmakefile;h=ac3e0c9633e86a305cf020ac38b7bcc02b29abb0;hb=9385dfd8322690a4fb9fadc474787a2e081a1d24;hp=b76348511d0e4d19b559cceb1e393d4159ad5604;hpb=eba87fb71f077336da1209320b2e3bb6b6ef27aa;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index b763485..ac3e0c9 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.58 +VERSION=1.3.59 # 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 \