Tweaks needed to update to current CVS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-04-23 23:24:56 +00:00
parent 9cc79dd629
commit a7c987f91e
10 changed files with 37 additions and 9 deletions

View File

@@ -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'),