]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
colourSize was probably supposed to be used and not just defined and then forgot...
[wxWidgets.git] / wxPython / setup.py
index 27b3d7c8e705887ced9b5a955651a4907ffe70e7..76b3aa4557de16a4dbccfb6eb12827293753af2f 100755 (executable)
@@ -186,6 +186,7 @@ swig_sources = run_swig(['gdi.i'], 'src', GENDIR, PKGDIR,
                          'src/_icon.i',
                          'src/_pen.i',
                          'src/_palette.i',
+                         'src/_renderer.i',
                          ],
                         True)
 ext = Extension('_gdi_', ['src/drawlist.cpp'] + swig_sources,
@@ -540,6 +541,8 @@ if BUILD_STC:
                             swig_args + ['-I'+STC_H, '-I'+location],
                             [opj(STC_H, 'stc.h'),
                              opj(location, "_stc_utf8_methods.py"),
+                             opj(location, "_stc_docstrings.i"),
+                             opj(location, "_stc_gendocs.i"),
                              ] + swig_deps)
 
     ext = Extension('_stc',