X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=win%2Fmakefile;h=705e28196e2e490de5d03b2131baca20458f4a8d;hb=6a96d6dfdbb724bdbdd5f86b2b6f1cbf6f294c50;hp=2677761b821299ee691e15048ddd555d87402f20;hpb=90c51614faf4ccc90065ca81abb802a6de879070;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 2677761..705e281 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 2005-2007, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.34 2007-09-18 18:34:28 adam Exp $ +# $Id: makefile,v 1.36 2008-02-21 10:16:40 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.12 # 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