X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ebf4302cbe16578f60e51dca83e3defaebb6db28..1d8c3e58b88ecef633154776708fc90fba221b5c:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 4a9e0fa8d2..ed41eb4ba1 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -216,7 +216,7 @@ if os.name == 'nt': if bcpp_compiling: # overwrite it - cflags = ['-5', '-VF', ### To supplort MSVC spurious semicolons in the class scope + cflags = ['-5', '-VF', ### To support MSVC spurious semicolons in the class scope ### else, all semicolons at the end of all DECLARE_...CALLBACK... macros must be eliminated '-Hc', '-H=' + opj(WXDIR, '\src\msw\wx32.csm'), '@' + opj(WXDIR, '\src\msw\wxwin32.cfg') @@ -233,7 +233,7 @@ if os.name == 'nt': -elif os.name == 'posix' and sys.platform == "darwin1": +elif os.name == 'posix' and sys.platform[:6] == "darwin": # Flags and such for a Darwin (Max OS X) build of Python WXDIR = '..' # assumes IN_CVS_TREE @@ -773,8 +773,8 @@ if not GL_ONLY and BUILD_GIZMOS: ext = Extension('gizmosc', [ '%s/dynamicsash.cpp' % GIZMOLOC, - #'%s/editlbox.cpp' % GIZMOLOC, - #'%s/multicell.cpp' % GIZMOLOC, + '%s/editlbox.cpp' % GIZMOLOC, + '%s/multicell.cpp' % GIZMOLOC, '%s/splittree.cpp' % GIZMOLOC, ] + swig_sources,