X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c976bff2daa9a91ea20cf082bef0190f7453477..e2b79cc98f97159a78d3e7d4560366a5b3cd0dcf:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 7710b73271..34b0b5dacc 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -156,8 +156,8 @@ CLEANUP.append('licence') if os.name == 'nt': - build_locale_dir(opj(PKGDIR, 'locale')) - DATA_FILES += build_locale_list(opj(PKGDIR, 'locale')) + build_locale_dir(opj(PKGDIR, 'i18n')) + DATA_FILES += build_locale_list(opj(PKGDIR, 'i18n')) if os.name == 'nt': @@ -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,