X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=win%2Fmakefile;h=bb65ab581b005d943d220f12ad447441feadefc1;hb=59f87be1f883639171b1293f33691e406d75f5ed;hp=b56f0bf1b99a1e2d5cc2ce448a035dac54e7405d;hpb=9ef89e85237edaeae244691be5d68d4fab583c17;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index b56f0bf..bb65ab5 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.35 2007-09-19 10:29:01 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.12 +VERSION=1.0.13.1 # 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