]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
fixed a typo
[wxWidgets.git] / wxPython / setup.py
index 346f552fade750484882eea0cade0ea803831ac6..4960145ec4d2a1decc30b5f6f5be622112bfe992 100755 (executable)
@@ -586,9 +586,9 @@ if BUILD_GIZMOS:
                             USE_SWIG, swig_force, swig_args, swig_deps)
 
     ext = Extension('_gizmos',
-                    [ '%s/treelistctrl.cpp' % location ] + swig_sources,
+                    [ '%s/treelistctrl.cpp' % opj(location, 'wxCode/src') ] + swig_sources,
 
-                    include_dirs =  includes + [ location ] + CONTRIBS_INC,
+                    include_dirs =  includes + [ location, opj(location, 'wxCode/include') ] + CONTRIBS_INC,
                     define_macros = defines,
 
                     library_dirs = libdirs,
@@ -707,6 +707,7 @@ if __name__ == "__main__":
                           'wx.lib.editor',
                           'wx.lib.masked',
                           'wx.lib.mixins',
+                          'wx.lib.ogl',
                           'wx.py',
                           'wx.tools',
                           'wx.tools.XRCed',