X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e5aa9c48d73e1302040bee59e4f41197f33b8ee..6f1a3f9c1a056e5ae063f020d38a5f40cc5e85ef:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 9775964ee1..4c231fa4e2 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -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,