From: Adam Dickmeiss Date: Fri, 26 May 2006 15:46:44 +0000 (+0000) Subject: Define HAVE_XSLTSAVERESULTTOSTRING for Windows X-Git-Tag: YAZ.2.1.20~13 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=fd68bc7487e4d6b547999f21718955221f1c48a4;hp=471c6dccdbb5c5a9c08b24c9abd6a1dcda29e79e Define HAVE_XSLTSAVERESULTTOSTRING for Windows --- diff --git a/win/makefile b/win/makefile index e921c94..30e4c2b 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2006, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.108 2006-05-24 09:40:26 adam Exp $ +# $Id: makefile,v 1.109 2006-05-26 15:46:44 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -180,7 +180,10 @@ libxml2: !if $(HAVE_LIBXSLT) LIBXSLT_LIB="$(LIBXSLT_DIR)\lib\libxslt.lib" -LIBXSLT_DEF=/D HAVE_XSLT=1 /I"$(LIBXSLT_DIR)\include" +LIBXSLT_DEF= \ + /D HAVE_XSLTSAVERESULTTOSTRING=1 \ + /D HAVE_XSLT=1 \ + /I"$(LIBXSLT_DIR)\include" libxslt: $(BINDIR)\libxslt.dll $(BINDIR)\libxslt.dll: