clear BUILD_ANIMATE when CORE_ONLY == 1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-04-20 21:41:04 +00:00
parent d5a7caf6b6
commit 4a40657bc8

View File

@ -634,6 +634,7 @@ if CORE_ONLY:
BUILD_DLLWIDGET = 0
BUILD_IEWIN = 0
BUILD_ACTIVEX = 0
BUILD_ANIMATE = 0
if debug:
FINAL = 0