]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
More updates to the docview library modules and sample apps from the
[wxWidgets.git] / wxPython / setup.py
index 9775964ee1127cebc49561f7ee1ded17986e8244..4c231fa4e230116b455cde7ee4a152830d95bfaa 100755 (executable)
@@ -538,7 +538,11 @@ if BUILD_STC:
     swig_sources = run_swig(['stc.i'], location, GENDIR, PKGDIR,
                             USE_SWIG, swig_force,
                             swig_args + ['-I'+STC_H, '-I'+location],
-                            [opj(STC_H, 'stc.h')] + swig_deps)
+                            [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',
                     swig_sources,