X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad07d019d6935321f22af5d0213024cd3b811c29..a014c34488bf9cb7f76d11404e4d15cb75f64e0e:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 28ed092872..4d4f531992 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -13,7 +13,7 @@ from my_distutils import run_swig, contrib_copy_tree # flags and values that affect this script #---------------------------------------------------------------------- -VERSION = "2.3.3rc" +VERSION = "2.3.3pre" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn " @@ -33,7 +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 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_IEWIN = 0 # Internet Explorer wrapper (experimental)