X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=e78b8c76ee792807408e199e3ccbc49abe3a4631;hb=9ef76818affd5f828e28e83d473b2308b6ca46d2;hp=f5270b25a1e0ef0ac92f55242350d7ac771081d2;hpb=c09664fb48b008394fa61ebaf4870c14d5fb1984;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index f5270b2..e78b8c7 100644 --- a/win/makefile +++ b/win/makefile @@ -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 \