X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=win%2Fmakefile;h=06e8bbc7bccb6127d32fdd3a045611cf729fe2b2;hb=a8f363a4b0d94a46640144e2d521c070f61e5b6e;hp=2677761b821299ee691e15048ddd555d87402f20;hpb=90c51614faf4ccc90065ca81abb802a6de879070;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 2677761..06e8bbc 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.13 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -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