X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=8dd29d0abf54ed937bbfd886f43a72726f266933;hb=018d0f565c921d316d91e8dcb80e86f6469ebc21;hp=cc2a23549bf43cf56e69bf302f5626329d45c226;hpb=0aa33ca21395b52083ba5ece23291ee0c8ab2a44;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index cc2a235..8dd29d0 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.23 +VERSION=1.1.3 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -226,6 +226,7 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\filter_auth_simple.obj \ $(OBJDIR)\filter_backend_test.obj \ $(OBJDIR)\filter_bounce.obj \ + $(OBJDIR)\filter_cgi.obj \ $(OBJDIR)\filter_cql_to_rpn.obj \ $(OBJDIR)\filter_frontend_net.obj \ $(OBJDIR)\filter_http_file.obj \