First pass at integrating a code generator in XRCed. Initial patch

from Eli Golovinsky, with lots of additional mods by me.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-04-08 06:17:11 +00:00
parent 1413285777
commit 73b2a9a749
4 changed files with 496 additions and 630 deletions

View File

@@ -21,7 +21,7 @@ MinWxVersion = (2,6,0)
if wxVERSION[:3] < MinWxVersion:
print '''\
******************************* WARNING **************************************
This version of XRCed may not work correctly on your version of wxWindows.
This version of XRCed may not work correctly on your version of wxWidgets.
Please upgrade wxWindows to %d.%d.%d or higher.
******************************************************************************''' % MinWxVersion