wxPython on OSX can now be built in Unicode mode, can support multiple

version installs, and comes with an uninstaller script.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-10-22 02:50:05 +00:00
parent c39e759922
commit 85245f48ad
4 changed files with 394 additions and 75 deletions

View File

@@ -606,7 +606,7 @@ if debug:
if FINAL:
HYBRID = 0
if UNICODE and WXPORT not in ['msw', 'gtk2']:
if UNICODE and WXPORT not in ['msw', 'gtk2', 'mac']:
raise SystemExit, "UNICODE mode not currently supported on this WXPORT: "+WXPORT