X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=win%2Fmakefile;h=be2ef5f868a76edaa7979c7f5a64064fdf923a19;hb=47f540947520045b8d72cd8b4d7543a48093cc37;hp=6ee09eedd1f8159ef2f54d15eb864390874bc3f8;hpb=ce58475443545004d93a621420aa554be839268c;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 6ee09ee..be2ef5f 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.29 2007-01-25 18:20:09 adam Exp $ +# $Id: makefile,v 1.31 2007-05-09 08:23:48 adam Exp $ # MS NMAKE makefile for metaproxy @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.8 +VERSION=1.0.9 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -81,11 +81,11 @@ test_pipe: $(TEST_PIPE) ########################################################### !if $(DEBUG) -YAZD=yazd -YAZPPD=yazpp_1_d +YAZD=yaz3d +YAZPPD=yazpp2d !else -YAZD=yaz -YAZPPD=yazpp_1 +YAZD=yaz3 +YAZPPD=yazpp2 !endif # YAZ includes & libs