]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
Updated the C++ code for wx.gizmos.TreeListCtrl from the wxCode
[wxWidgets.git] / wxPython / setup.py
index 951b307e1d91fc305457ecea03b1ded784f76138..34b0b5dacc50ebb6c25f0636130d6661cd5ae87f 100755 (executable)
@@ -684,7 +684,8 @@ if BUILD_GIZMOS:
     location = 'contrib/gizmos'
 
     swig_sources = run_swig(['gizmos.i'], location, GENDIR, PKGDIR,
-                            USE_SWIG, swig_force, swig_args, swig_deps)
+                            USE_SWIG, swig_force, swig_args, swig_deps +
+                            [ '%s/_treelist.i' % location])
 
     ext = Extension('_gizmos',
                     [ '%s/treelistctrl.cpp' % opj(location, 'wxCode/src') ] + swig_sources,