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
This commit is contained in:
Robin Dunn
2001-12-08 01:14:04 +00:00
parent 23895080c2
commit ff5f1abaf0

View File

@@ -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