From 62f1dc8207c9ee7dfc6123b53605f04f9f1591ae Mon Sep 17 00:00:00 2001 From: George Tasker Date: Fri, 13 Apr 2001 11:40:58 +0000 Subject: [PATCH 1/1] Updated to alert the user to the need for them to edit this file to set the location of the libxml install so that XML will compile. Also tells them where to download libxml if they need to know that git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/xml/makefile.b32 | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/contrib/src/xml/makefile.b32 b/contrib/src/xml/makefile.b32 index 760062ff22..1f67e6aad5 100644 --- a/contrib/src/xml/makefile.b32 +++ b/contrib/src/xml/makefile.b32 @@ -9,7 +9,30 @@ WXDIR = $(WXWIN) -EXTRACPPFLAGS=/Id:\libxml\libxml2-2.1.1 + +# Do not specify the 'libxml' directory on +# this -I line, as the #includes use +# . If your libxml is installed +# in "d:\libxml\libxml2-2.1.1\libxml" you would use: +# wxLIBXMLDIR=/Id:\libxml\libxml2-2.1.1 +wxLIBXMLDIR= + +!if "$(wxLIBXMLDIR)" == "" +!message +!message SETUP REQUIRED +!message +!message You must set the wxLIBXMLDIR variable in makefile.b32 before compiling +!message +!message If you do not have the libxml library, you will need to obtain & install +!message it before compiling the wxXML code. You can obtain libxml from: +!message http://www.xmlsoft.org +!message +!error +!endif + +# Set this to where your libxml directory is +EXTRACPPFLAGS=$(wxLIBXMLDIR) + LIBTARGET=$(WXDIR)\lib\wxxml.lib -- 2.45.2