From c921c2cd3ada7fe34deaf48d70982c2cf5a963df Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 21 Feb 2002 00:51:11 +0000 Subject: [PATCH] Better doc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wxPython/setup.py b/wxPython/setup.py index 28ed092872..f2cd352d0a 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -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) -- 2.45.2