git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9822
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
# this -I line, as the #includes use
# <libxml/xxxx.h>. If your libxml is installed
# in "d:\libxml\libxml2-2.1.1\libxml" you would use:
-# wxLIBXMLDIR=/Id:\libxml\libxml2-2.1.1
-wxLIBXMLDIR=
+# wxLIBXMLDIR=/Id:\libxml\libxml2-2.1.1\include
+wxLIBXMLDIR=/Ic:\progra~1\libxml\libxml2-2.3.3\include
!if "$(wxLIBXMLDIR)" == ""
!message
WXDIR = ../../..
-EXTRACPPFLAGS=/Id:/libxml/libxml2-2.1.1
+EXTRACPPFLAGS=-Ic:/progra~1/libxml/libxml2-2.3.3/include
LIBTARGET=$(WXDIR)/lib/libwxxml.a
OBJECTS=xml.o xmlbin.o xmlbinz.o xmlpars.o xmlres.o xmlrsall.o \
#pragma hdrstop
#endif
+#include "wx/textctrl.h"
#include "wx/xml/xh_listc.h"
#include "wx/listctrl.h"
+wxList *wxXmlDocument::sm_Handlers = NULL;
+
wxXmlDocument::wxXmlDocument(const wxString& filename, wxXmlIOType io_type)
-wxList *wxXmlDocument::sm_Handlers = NULL;
-
void wxXmlDocument::AddHandler(wxXmlIOHandler *handler)
{
if (sm_Handlers == NULL)