From 7326dbf8abc67922d8d4efdb32ff6e16b54a471f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 5 Jul 2001 19:32:19 +0000 Subject: [PATCH] Checked in temporarily munged copy before... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wxPython/setup.py b/wxPython/setup.py index 33ea793759..80666d3da3 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -28,7 +28,7 @@ on. """ -BUILD_GLCANVAS = 0 #1 # If true, build the contrib/glcanvas extension module +BUILD_GLCANVAS = 1 # If true, build the contrib/glcanvas extension module BUILD_OGL = 1 # If true, build the contrib/ogl extension module BUILD_STC = 1 # If true, build the contrib/stc extension module BUILD_IEWIN = 0 # Internet Explorer wrapper (experimental) @@ -36,7 +36,7 @@ BUILD_XRC = 1 # XML based resource system CORE_ONLY = 0 # if true, don't build any of the above -GL_ONLY = 0 #1 #0 # Only used when making the -gl RPM. See the "b" script +GL_ONLY = 0 # Only used when making the -gl RPM. See the "b" script # for the ugly details USE_SWIG = 0 # Should we actually execute SWIG, or just use the @@ -120,7 +120,7 @@ sys.argv = filter(None, sys.argv) if CORE_ONLY: - BUILD_GLCANVAS = 0 #0 + BUILD_GLCANVAS = 0 BUILD_OGL = 0 BUILD_STC = 0 BUILD_XRC = 0 -- 2.47.2