X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=36929443974bd0e0b5b9f4cde3037b4b9356aecb;hb=69ac07c9b55270c4350e803cab902138623f8b60;hp=00de38542cb275cedd716851761b266108f95700;hpb=b59c18b37ff528f75a8a6f0eb9d6e8f0bf05f534;p=yazproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 00de385..3692944 100644 --- a/win/makefile +++ b/win/makefile @@ -1,12 +1,12 @@ # Copyright (C) 1999-2006, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.8 2006-04-30 14:09:31 adam Exp $ +# $Id: makefile,v 1.10 2006-07-06 11:50:27 adam Exp $ ########################################################### ############### Parameters ########################################################### -DEBUG=1 # 0 for release, 1 for debug +DEBUG=0 # 0 for release, 1 for debug # YAZ and YAZ++ YAZ_DIR=..\..\yaz @@ -136,7 +136,7 @@ libxml2: !if $(HAVE_LIBXSLT) LIBXSLT_LIB="$(LIBXSLT_DIR)\lib\libxslt.lib" -LIBXSLT_DEF=/D HAVE_XSLT=1 /I"$(LIBXSLT_DIR)\include" +LIBXSLT_DEF=/D YAZ_HAVE_XSLT=1 /I"$(LIBXSLT_DIR)\include" libxslt: $(BINDIR)\libxslt.dll $(BINDIR)\zlib1.dll $(BINDIR)\libxslt.dll: @@ -144,7 +144,7 @@ $(BINDIR)\libxslt.dll: !else LIBXSLT_LIB= -LIBXSLT_DEF=/D HAVE_XSLT=0 +LIBXSLT_DEF=/D YAZ_HAVE_XSLT=0 libxslt: !endif