]> git.saurik.com Git - wxWidgets.git/commitdiff
Make it possible to override VER_FLAGS from the command-line
authorRobin Dunn <robin@alldunn.com>
Mon, 5 Jun 2006 16:00:19 +0000 (16:00 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 5 Jun 2006 16:00:19 +0000 (16:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/config.py

index 57bf272b4f3348f919f5d6d7b26a6c290dc12c5e..b42802b9d2292ce4ac53985fb4ae2ed05082580e 100644 (file)
@@ -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: