]> git.saurik.com Git - wxWidgets.git/commit
Run swig from the main setup.py when building the renamer's XML
authorRobin Dunn <robin@alldunn.com>
Thu, 11 Dec 2003 20:03:42 +0000 (20:03 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 11 Dec 2003 20:03:42 +0000 (20:03 +0000)
commit8994c3c20cae2b27f479fefe8d4190d9bffb8cad
tree9d7edd419032fac70be25b19a3861d79098b4c95
parent7cb55566ba86c14aa2fb34556c83f5183359df2d
Run swig from the main setup.py when building the renamer's XML
instead of from build_renamers.py.  This makes it easy to ensure that
the same flags are used.  Also, use the new swig flag to generate the
XML after the python language module has run, rather than instead of.
This gives us more info in the xml output.

Updated build_renamers.py to expect the xml file to already be
generated, and also allow it to run with a xml doc tree from libxml2
rather than the xml.sax module.  This makes the extraction of info
much cleaner and logical since we usually need info from child or
grandchild nodes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/distrib/build_renamers.py
wxPython/setup.py