remove completed build todo items

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-03-31 05:05:46 +00:00
parent 2660dc1429
commit dcac9b0d4e

View File

@@ -88,16 +88,6 @@ Exceptions
WAF Build
---------
* Update wscript to support installation of the wxPython package, either
to the site-pacakges dir of the active Python or to a DESTROOT for when
building installer packages.
* Can we also do other distutils- or setuptools-like things from our wscript?
For example, creating an egg or other standardized python distribution format,
uploading to pypi, etc. Or perhaps we can dynamically generate a setup.py
script that will do that stuff for us. I'd really rather not have to
maintain both setup.py and the wscript that can both do full builds...
* Add support for using the cygwin and mingw32 compilers.