Version 1.0.23. Bump copyright year.
[metaproxy-moved-to-github.git] / win / makefile
index f309b30..cacfd7f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2009, Index Data ApS
+# Copyright (C) 2005-2010, Index Data
 # All rights reserved.
 
 # MS NMAKE makefile for metaproxy
@@ -7,7 +7,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.0.18
+VERSION=1.0.23
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz
@@ -22,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
 
@@ -228,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 \
@@ -239,7 +240,6 @@ PROJECT_DLL_OBJS = \
         $(OBJDIR)\filter_virt_db.obj \
         $(OBJDIR)\filter_z3950_client.obj \
         $(OBJDIR)\filter_zeerex_explain.obj \
-        $(OBJDIR)\filter_limit.obj \
        $(OBJDIR)\gduutil.obj \
        $(OBJDIR)\origin.obj \
        $(OBJDIR)\package.obj \