From: Robin Dunn Date: Thu, 11 Dec 2003 20:03:42 +0000 (+0000) Subject: Run swig from the main setup.py when building the renamer's XML X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8994c3c20cae2b27f479fefe8d4190d9bffb8cad?ds=sidebyside;hp=8994c3c20cae2b27f479fefe8d4190d9bffb8cad 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 ---