Don't build the old versions of OGL or iewin by default anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-28 19:19:25 +00:00
parent 1bdd1007d1
commit a0c70b7642
6 changed files with 25 additions and 19 deletions

View File

@@ -246,6 +246,12 @@ lead. Boa needs them to help keep track of what kind of item is being
managed by the sizer. They are now just simple compatibility aliases
for Add, and etc.
The old C++ version of the OGL lib is no longer built by default. Use
the Python version in the wx.lib.ogl package instead.
The wx.iewin module is no longer built by default. You can use the
wx.lib.iewin version instead.