From ff5f1abaf03ec52c303ffe0453ea1edf678dc06c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 8 Dec 2001 01:14:04 +0000 Subject: [PATCH] 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 --- wxPython/setup.py | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.0