X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=328b822ccacb3ea0942e0b76aa7162913372a1b6;hb=5e2e50d1a86a7fae62a2d987d6a3a52aa0b98e34;hp=4c6755ec9a29a3d430dd1f735cdf25fb896774e6;hpb=ddc156360c0c46ef669accde05fea1106cc6b244;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 4c6755e..328b822 100644 --- a/win/makefile +++ b/win/makefile @@ -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.17 +VERSION=1.0.21 # 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 \ @@ -240,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 \