From: Robin Dunn Date: Sat, 8 Dec 2001 01:14:04 +0000 (+0000) Subject: also turn off build of gizmos and dllwidget if CORE_ONLY==1 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ff5f1abaf03ec52c303ffe0453ea1edf678dc06c?ds=inline also turn off build of gizmos and dllwidget if CORE_ONLY==1 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/setup.py b/wxPython/setup.py index 8c4b919d13..0332b10166 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -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