Revision: 618
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=618&view=rev
Author: andy_miller
Date: 2008-06-26 20:42:53 -0700 (Thu, 26 Jun 2008)
Log Message:
-----------
Fix gccxml cvs version to todays..
Modified Paths:
--------------
trunk/python-ogre/environment.py
Modified: trunk/python-ogre/environment.py
===================================================================
--- trunk/python-ogre/environment.py 2008-06-27 03:29:32 UTC (rev 617)
+++ trunk/python-ogre/environment.py 2008-06-27 03:42:53 UTC (rev 618)
@@ -187,7 +187,7 @@
]
else:
source = [
- [cvs, " -d :pserver:an...@ww...:/cvsroot/GCC_XML co "+base, os.getcwd()]
+ [cvs, " -d :pserver:an...@ww...:/cvsroot/GCC_XML co -D 27June2008 "+base, os.getcwd()]
]
if isLinux() or isMac():
buildCmds = [
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|