X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=win%2Fmakefile;h=350e260f4b62ae57ef1cfe826e0230dbcfc9dddf;hb=daae7f857790a8826c1db2f0452c0a7d0ebb15e5;hp=dcc8ce49d1a909911dbe685d0524348bdc2d05a6;hpb=9b027222413b7528365316289deb4d578ec16b30;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index dcc8ce4..350e260 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 2005-2006, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.16 2006-04-30 14:09:01 adam Exp $ +# $Id: makefile,v 1.19 2006-07-07 07:10:00 adam Exp $ # MS NMAKE makefile for metaproxy @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.2 +VERSION=1.0.6 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -90,7 +90,7 @@ YAZPPD=yazpp_1 # YAZ includes & libs YAZ_LIB="$(YAZ_DIR)\lib\$(YAZD).lib" -YAZ_DEF=/DYAZ_USE_NEW_LOG=1 /I"$(YAZ_DIR)\include" +YAZ_DEF=/DYAZ_HAVE_XML2=1 /DYAZ_HAVE_XSLT=1 /DYAZ_USE_NEW_LOG=1 /I"$(YAZ_DIR)\include" # Copy yaz.dll to our bin yaz: $(BINDIR)\$(YAZD).dll