X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8dda1e5b257e89ab421b071d9eb397055f1d2b77..564ab31a536c90ff37fc5a4d4ffc09b55c7bdb96:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 0f1b24d2b7..28f221b0df 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -627,7 +627,7 @@ if BUILD_STC: msg('Preparing STC...') location = 'contrib/stc' #if os.name == 'nt': - STC_H = opj(WXDIR, 'contrib', 'include/wx/stc') + STC_H = opj(WXDIR, 'include/wx/stc') #else: # STC_H = opj(WXPREFIX, 'include/wx-%d.%d/wx/stc' % (VER_MAJOR, VER_MINOR)) @@ -724,7 +724,7 @@ if BUILD_GIZMOS: ext = Extension('_gizmos', [ '%s/treelistctrl.cpp' % opj(location, 'wxCode/src'), '%s/gizmos/dynamicsash.cpp' % opj(location, 'wxCode/src'), - '%s/gizmos/editlbox.cpp' % opj(location, 'wxCode/src'), + #'%s/gizmos/editlbox.cpp' % opj(location, 'wxCode/src'), '%s/gizmos/ledctrl.cpp' % opj(location, 'wxCode/src'), '%s/gizmos/splittree.cpp' % opj(location, 'wxCode/src'), '%s/gizmos/statpict.cpp' % opj(location, 'wxCode/src'),