]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
applied patch for calculating the tree items size with non default font (patch 520965)
[wxWidgets.git] / wxPython / setup.py
index 854c34a81f3b04d6108b0a893764d8e6906b3961..f2cd352d0a4eab51f0e135fb7056342139cddc10 100755 (executable)
@@ -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)
 
@@ -218,7 +219,9 @@ if os.name == 'nt':
             'advapi32', 'wsock32']
 
 
-    cflags = [] #['/GX-']  # workaround for internal compiler error in MSVC on some machines
+    cflags = [
+             # '/GX-'  # workaround for internal compiler error in MSVC on some machines
+             ]
     lflags = None