Version 1.0.23. Bump copyright year.
[metaproxy-moved-to-github.git] / win / makefile
index e3e4359..cacfd7f 100644 (file)
@@ -1,6 +1,5 @@
-# Copyright (C) 2005-2008, Index Data ApS
+# Copyright (C) 2005-2010, Index Data
 # 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.17
+VERSION=1.0.23
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz
@@ -23,8 +22,8 @@ BOOST_MODEL=mt
 # libxml2 + libxslt + associates
 ZLIB_DIR=\zlib-1.2.3.win32
 ICONV_DIR=\iconv-1.9.2.win32
-LIBXML2_DIR=\libxml2-2.7.1.win32
-LIBXSLT_DIR=\libxslt-1.1.24.win32
+LIBXML2_DIR=\libxml2-2.7.6.win32
+LIBXSLT_DIR=\libxslt-1.1.26.win32
 
 # The targets
 
@@ -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 \