Added wxLEDNumberCtrl to gizmos and wxPython
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -778,8 +778,9 @@ if not GL_ONLY and BUILD_GIZMOS:
|
||||
ext = Extension('gizmosc', [
|
||||
'%s/dynamicsash.cpp' % GIZMOLOC,
|
||||
'%s/editlbox.cpp' % GIZMOLOC,
|
||||
'%s/multicell.cpp' % GIZMOLOC,
|
||||
#'%s/multicell.cpp' % GIZMOLOC,
|
||||
'%s/splittree.cpp' % GIZMOLOC,
|
||||
'%s/ledctrl.cpp' % GIZMOLOC,
|
||||
] + swig_sources,
|
||||
|
||||
include_dirs = gizmos_includes,
|
||||
|
Reference in New Issue
Block a user