]> git.saurik.com Git - wxWidgets.git/commitdiff
BUILD_ANIMATE
authorRobin Dunn <robin@alldunn.com>
Mon, 9 May 2005 15:20:44 +0000 (15:20 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 9 May 2005 15:20:44 +0000 (15:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/config.py

index 1e4dbfb958e9f1f4d00a0d608bd8b4c7f6ed4f78..e87325e8fe9f53077a649e61eb589adc3d40516b 100644 (file)
@@ -241,8 +241,9 @@ WXPYTHON_TYPE_TABLE = '_wxPython_table'
 #----------------------------------------------------------------------
 
 # Boolean (int) flags
-for flag in ['BUILD_GLCANVAS', 'BUILD_OGL', 'BUILD_STC', 
-             'BUILD_GIZMOS', 'BUILD_DLLWIDGET', 'BUILD_IEWIN', 'BUILD_ACTIVEX',
+for flag in [ 'BUILD_ACTIVEX', 'BUILD_ANIMATE', 'BUILD_DLLWIDGET',
+              'BUILD_GIZMOS', 'BUILD_GLCANVAS', 'BUILD_IEWIN',
+              'BUILD_OGL', 'BUILD_STC',     
              'CORE_ONLY', 'PREP_ONLY', 'USE_SWIG', 'UNICODE',
              'UNDEF_NDEBUG', 'NO_SCRIPTS', 'NO_HEADERS', 'BUILD_RENAMERS',
              'FULL_DOCS', 'INSTALL_MULTIVERSION', 'EP_ADD_OPTS',