X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c8e1089c708816465482a6dc0100b686c4f8104..f63e3ebbe3272b9690aa2530e0c3048d3f37c7c7:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 73a6bf3492..1714cc46a4 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -33,8 +33,8 @@ BUILD_OGL = 1 # If true, build the contrib/ogl extension module BUILD_STC = 1 # If true, build the contrib/stc extension module BUILD_XRC = 1 # XML based resource system BUILD_GIZMOS = 1 # Build a module for the gizmos contrib library -BUILD_DLLWIDGET = 1# Build a module for that enables unknown wx widgets - # to be loaded from a DLL to be used from Python. +BUILD_DLLWIDGET = 1# Build a module that enables unknown wx widgets + # to be loaded from a DLL and to be used from Python. BUILD_IEWIN = 0 # Internet Explorer wrapper (experimental)