Revision: 749
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=749&view=rev
Author: andy_miller
Date: 2008-09-28 00:14:41 +0000 (Sun, 28 Sep 2008)
Log Message:
-----------
Force gccxml to 01Sep for unstable version
Modified Paths:
--------------
trunk/python-ogre/environment.py
Modified: trunk/python-ogre/environment.py
===================================================================
--- trunk/python-ogre/environment.py 2008-09-21 01:06:49 UTC (rev 748)
+++ trunk/python-ogre/environment.py 2008-09-28 00:14:41 UTC (rev 749)
@@ -200,9 +200,9 @@
[cvs, " -d :pserver:an...@ww...:/cvsroot/GCC_XML co -D 22May2008 "+base, os.getcwd()]
]
else:
- source_version = "20080627"
+ source_version = "20080901"
source = [
- [cvs, " -d :pserver:an...@ww...:/cvsroot/GCC_XML co "+base, os.getcwd()]
+ [cvs, " -d :pserver:an...@ww...:/cvsroot/GCC_XML co -D 01Sep2008 "+base, os.getcwd()]
]
if isLinux() or isMac():
buildCmds = [
@@ -285,9 +285,9 @@
[svn, " co -r 1383 http://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pygccxml_dev "+base, os.getcwd()]
]
else:
- source_version = "9999"
+ source_version = "1415"
source = [
- [svn, " co http://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pygccxml_dev "+base, os.getcwd()]
+ [svn, " co -r 1415 http://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pygccxml_dev "+base, os.getcwd()]
]
if isLinux() or isMac() :
buildCmds = [
@@ -309,9 +309,9 @@
[svn, " co -r 1383 http://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pyplusplus_dev "+base, os.getcwd()]
]
else:
- source_version = "9999"
+ source_version = "1415"
source = [
- [svn, " co http://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pyplusplus_dev "+base, os.getcwd()]
+ [svn, " co -r 1415 http://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pyplusplus_dev "+base, os.getcwd()]
]
if isLinux() or isMac() :
buildCmds = [
@@ -578,7 +578,7 @@
[0, unzip + os.path.join(downloadPath,"ogre-v1-6-0RC1.zip"),os.getcwd() ],
[0, unzip + os.path.join(downloadPath,"OgreDependencies_VC9_Eihort_20080203.zip"),
os.path.join(os.getcwd(), 'ogre') ],
- [0, "patch -s -N -i ./python-ogre/patch/ogre_1.6.0RC1.patch -p0 ", os.getcwd()],
+ [0, "patch -s -N -i ./python-ogre/patch/ogre_1.6.0RC2.patch -p0 ", os.getcwd()],
[0,'echo Please use MSVC Express Edition to build Ogre Release.','']
]
else:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|