[Commits] (morgen) Added BUILD_GLCANVAS=0 and BUILD_OGL=0
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 9 17:07:31 PDT 2004
Commit by: morgen
Modified files:
wxPythonSrc-2.5.1.5/__hardhat__.py 1.4 1.5
Log message:
Added BUILD_GLCANVAS=0 and BUILD_OGL=0
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/wxPythonSrc-2.5.1.5/__hardhat__.py.diff?r1=text&tr1=1.4&r2=text&tr2=1.5
Index: wxPythonSrc-2.5.1.5/__hardhat__.py
diff -u wxPythonSrc-2.5.1.5/__hardhat__.py:1.4 wxPythonSrc-2.5.1.5/__hardhat__.py:1.5
--- wxPythonSrc-2.5.1.5/__hardhat__.py:1.4 Fri Apr 9 16:51:14 2004
+++ wxPythonSrc-2.5.1.5/__hardhat__.py Fri Apr 9 17:07:00 2004
@@ -126,9 +126,11 @@
buildOptions = [
python,
'setup.py',
- 'build_ext',
+ 'BUILD_OGL=0',
+ 'BUILD_GLCANVAS=0',
'BUILD_BASE=build_%s' % version,
'WX_CONFIG='+buildenv['root']+'/%s/bin/wx-config' % version,
+ 'build_ext',
'--inplace',
]
if version == "debug":
More information about the Commits
mailing list