X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=win%2Fmakefile;h=c782862e386884ed38f17a688c0efaa0e10af439;hb=cfc9717f40eee4f8101df87203ee85a86eba64ac;hp=2677761b821299ee691e15048ddd555d87402f20;hpb=90c51614faf4ccc90065ca81abb802a6de879070;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 2677761..c782862 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ -# Copyright (C) 2005-2007, Index Data ApS +# Copyright (C) 2005-2008, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.34 2007-09-18 18:34:28 adam Exp $ +# $Id: makefile,v 1.37 2008-02-29 15:25:20 adam Exp $ # MS NMAKE makefile for metaproxy @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.11 +VERSION=1.0.15 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -23,8 +23,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.6.28.win32 -LIBXSLT_DIR=\libxslt-1.1.19.win32 +LIBXML2_DIR=\libxml2-2.7.1.win32 +LIBXSLT_DIR=\libxslt-1.1.24.win32 # The targets @@ -82,10 +82,10 @@ test_pipe: $(TEST_PIPE) !if $(DEBUG) YAZD=yaz3d -YAZPPD=yazpp2d +YAZPPD=yazpp3d !else YAZD=yaz3 -YAZPPD=yazpp2 +YAZPPD=yazpp3 !endif # YAZ includes & libs