]> git.saurik.com Git - wxWidgets.git/commitdiff
also turn off build of gizmos and dllwidget if CORE_ONLY==1
authorRobin Dunn <robin@alldunn.com>
Sat, 8 Dec 2001 01:14:04 +0000 (01:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 8 Dec 2001 01:14:04 +0000 (01:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/setup.py

index 8c4b919d1376a8e9e83bfabd85c232c358c21a63..0332b10166b42ef1b8b00c3414815d8c2f5ad672 100755 (executable)
@@ -141,6 +141,9 @@ if CORE_ONLY:
     BUILD_OGL = 0
     BUILD_STC = 0
     BUILD_XRC = 0
+    BUILD_GIZMOS = 0
+    BUILD_DLLWIDGET = 0
+
 
 #----------------------------------------------------------------------
 # Setup some platform specific stuff