X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=win%2Fmakefile;h=714185c8bf93d8e81afd79f8131b3effd9f29100;hb=74d16c70e558c6b5fb0ff5b057a047d4da6d5a66;hp=ea4776f131569283bb308a31a595b65faef4fdc5;hpb=c5f0ae4cb39e30c7ae21b34c98b0a0a7e7c056af;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index ea4776f..714185c 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.1.0 +VERSION=1.1.1 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -224,6 +224,7 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\factory_static.obj \ $(OBJDIR)\filter.obj \ $(OBJDIR)\filter_auth_simple.obj \ + $(OBJDIR)\filter_cgi.obj \ $(OBJDIR)\filter_backend_test.obj \ $(OBJDIR)\filter_bounce.obj \ $(OBJDIR)\filter_cql_to_rpn.obj \