X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/862b53623ba193fd91e86f4f22d367b1e08e2816..7bdfb981a826d29e292738a27700543fa10d2bfb:/wxPython/config.py diff --git a/wxPython/config.py b/wxPython/config.py index baa5c9dfa2..c3a5a8a93a 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -87,7 +87,7 @@ BUILD_DLLWIDGET = 0# Build a module that enables unknown wx widgets # Internet Explorer wrapper (experimental) BUILD_IEWIN = (os.name == 'nt') -BUILD_ACTIVEX = (os.name == 'nt') # new version of IEWIN +BUILD_ACTIVEX = (os.name == 'nt') # new version of IEWIN and more CORE_ONLY = 0 # if true, don't build any of the above