From: Robin Dunn Date: Mon, 5 Jun 2006 16:00:19 +0000 (+0000) Subject: Make it possible to override VER_FLAGS from the command-line X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b6fe9de81900fa971360009af56f00064fcfb1aa?ds=inline Make it possible to override VER_FLAGS from the command-line git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/config.py b/wxPython/config.py index 57bf272b4f..b42802b9d2 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -271,7 +271,8 @@ for flag in [ 'BUILD_ACTIVEX', 'BUILD_ANIMATE', 'BUILD_DLLWIDGET', # String options for option in ['WX_CONFIG', 'SYS_WX_CONFIG', 'WXDLLVER', 'BUILD_BASE', - 'WXPORT', 'SWIG', 'CONTRIBS_INC', 'WXPY_SRC', 'FLAVOUR', + 'WXPORT', 'SWIG', 'CONTRIBS_INC', 'WXPY_SRC', 'FLAVOUR', + 'VER_FLAGS', ]: for x in range(len(sys.argv)): if sys.argv[x].find(option) == 0: