]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
Added wxLEDNumberCtrl to gizmos and wxPython
[wxWidgets.git] / wxPython / setup.py
index abcae25aa699ca644a4a2ee25b32fd55ffccc77b..8c4b919d1376a8e9e83bfabd85c232c358c21a63 100755 (executable)
@@ -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,