[Commits] (morgen) Putting the --debug arg back in,
and adding FINAL=1 when calling setup.py
commits at osafoundation.org
commits at osafoundation.org
Wed Apr 14 17:23:52 PDT 2004
Commit by: morgen
Modified files:
internal/wx/wxPython-2.5/__hardhat__.py 1.11 1.12
Log message:
Putting the --debug arg back in, and adding FINAL=1 when calling setup.py
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wx/wxPython-2.5/__hardhat__.py.diff?r1=text&tr1=1.11&r2=text&tr2=1.12
Index: internal/wx/wxPython-2.5/__hardhat__.py
diff -u internal/wx/wxPython-2.5/__hardhat__.py:1.11 internal/wx/wxPython-2.5/__hardhat__.py:1.12
--- internal/wx/wxPython-2.5/__hardhat__.py:1.11 Wed Apr 14 17:01:29 2004
+++ internal/wx/wxPython-2.5/__hardhat__.py Wed Apr 14 17:23:21 2004
@@ -126,6 +126,7 @@
buildOptions = [
python,
'setup.py',
+ 'FINAL=1',
'BUILD_OGL=0',
'BUILD_GLCANVAS=0',
'BUILD_BASE=build_%s' % version,
@@ -134,7 +135,7 @@
'install',
]
if version == "debug":
- buildOptions.append("FINAL=0")
+ buildOptions.append("--debug")
if buildenv['os'] == "posix":
buildOptions.append("WXPORT=gtk2")
buildOptions.append("UNICODE=1")
More information about the Commits
mailing list