Revision: 621
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=621&view=rev
Author: andy_miller
Date: 2008-06-27 16:35:13 -0700 (Fri, 27 Jun 2008)
Log Message:
-----------
Small typo
Modified Paths:
--------------
trunk/python-ogre/environment.py
Modified: trunk/python-ogre/environment.py
===================================================================
--- trunk/python-ogre/environment.py 2008-06-27 23:28:55 UTC (rev 620)
+++ trunk/python-ogre/environment.py 2008-06-27 23:35:13 UTC (rev 621)
@@ -501,10 +501,10 @@
source = [
[ wget, "http://downloads.sourceforge.net/ogre/OgreDependencies_VC8SP1_Eihort_20071227.zip", downloadPath],
- [ wget, "http://downloads.sourceforge.net/ogre/ogre-win32-v1-4-7.zip", downloadPath],
+ [ wget, "http://downloads.sourceforge.net/ogre/ogre-win32-v1-4-9.zip", downloadPath],
]
buildCmds = [
- [0, unzip + os.path.join(downloadPath,"ogre-win32-v1-4-7.zip"),os.getcwd() ],
+ [0, unzip + os.path.join(downloadPath,"ogre-win32-v1-4-9.zip"),os.getcwd() ],
[0, unzip + os.path.join(downloadPath,"OgreDependencies_VC8SP1_Eihort_20071227.zip"),
os.path.join(os.getcwd(), 'ogrenew') ],
[0, "patch -s -N -i ./python-ogre/patch/ogre.patch -p0 ", os.getcwd()]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|