Sort filters
[metaproxy-moved-to-github.git] / win / makefile
index 5911503..ea7ef4e 100644 (file)
@@ -1,6 +1,5 @@
-# Copyright (C) 2005-2008, Index Data ApS
+# Copyright (C) 2005-2009, Index Data ApS
 # All rights reserved.
-# $Id: makefile,v 1.37 2008-02-29 15:25:20 adam Exp $
 
 # MS NMAKE makefile for metaproxy
 
@@ -8,7 +7,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.0.15
+VERSION=1.0.18
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz
@@ -229,6 +228,7 @@ PROJECT_DLL_OBJS = \
         $(OBJDIR)\filter_cql_to_rpn.obj \
        $(OBJDIR)\filter_frontend_net.obj \
        $(OBJDIR)\filter_http_file.obj \
+        $(OBJDIR)\filter_limit.obj \
         $(OBJDIR)\filter_load_balance.obj \
         $(OBJDIR)\filter_log.obj \
        $(OBJDIR)\filter_multi.obj \