[Commits] (john) don't know why this file got modified, but decided to check it in

commits at osafoundation.org commits at osafoundation.org
Fri Apr 9 17:49:00 PDT 2004


Commit by: john
Modified files:
wxPythonSrc-2.5.1.5/wxPython/wx/build/config.py 2.1.5.1 2.2

Log message:
don't know why this file got modified, but decided to check it in


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/wxPythonSrc-2.5.1.5/wxPython/wx/build/config.py.diff?r1=text&tr1=2.1.5.1&r2=text&tr2=2.2

Index: wxPythonSrc-2.5.1.5/wxPython/wx/build/config.py
diff -u wxPythonSrc-2.5.1.5/wxPython/wx/build/config.py:2.1.5.1 wxPythonSrc-2.5.1.5/wxPython/wx/build/config.py:2.2
--- wxPythonSrc-2.5.1.5/wxPython/wx/build/config.py:2.1.5.1	Thu Apr  8 18:18:41 2004
+++ wxPythonSrc-2.5.1.5/wxPython/wx/build/config.py	Fri Apr  9 17:48:30 2004
@@ -15,7 +15,7 @@
 # Author:      Robin Dunn
 #
 # Created:     23-March-2004
-# RCS-ID:      $Id: config.py,v 2.1.5.1 2004/04/09 01:18:41 markie Exp $
+# RCS-ID:      $Id: config.py,v 2.2 2004/04/10 00:48:30 john Exp $
 # Copyright:   (c) 2004 by Total Control Software
 # Licence:     wxWindows license
 #----------------------------------------------------------------------
@@ -140,11 +140,11 @@
 
 # Some MSW build settings
 
-FINAL = 0          # Mirrors use of same flag in wx makefiles,
+FINAL = 1          # Mirrors use of same flag in wx makefiles,
                    # (0 or 1 only) should probably find a way to
                    # autodetect this...
 
-HYBRID = 1         # If set and not debug or FINAL, then build a
+HYBRID = 0         # If set and not debug or FINAL, then build a
                    # hybrid extension that can be used by the
                    # non-debug version of python, but contains
                    # debugging symbols for wxWidgets and wxPython.



More information about the Commits mailing list