X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=win%2Fmakefile;h=9eb723dc24c4eeced0d1b8e7a40d98bfa03e9b02;hb=afbe35bc8d3bd669a15467619d2d7f945081979b;hp=aad0ff26d0e79d3d978ca1cc7bc29e9a2b4725ed;hpb=1e1da2654f71c55ab68a531b6209e6a907c4d30f;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index aad0ff2..9eb723d 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ -# Copyright (C) 2005-2006, Index Data ApS +# Copyright (C) 2005-2007, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.28 2007-01-12 10:24:25 adam Exp $ +# $Id: makefile,v 1.32 2007-05-23 17:12:24 adam Exp $ # MS NMAKE makefile for metaproxy @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.7 +VERSION=1.0.10 # 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