From: Robin Dunn Date: Wed, 20 Apr 2005 21:41:04 +0000 (+0000) Subject: clear BUILD_ANIMATE when CORE_ONLY == 1 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4a40657bc826915a2cb311c0a85a19b6b0282dc4?ds=inline clear BUILD_ANIMATE when CORE_ONLY == 1 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/config.py b/wxPython/config.py index 6b8d5199e6..a0e7e148eb 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -634,6 +634,7 @@ if CORE_ONLY: BUILD_DLLWIDGET = 0 BUILD_IEWIN = 0 BUILD_ACTIVEX = 0 + BUILD_ANIMATE = 0 if debug: FINAL = 0