Revision: 476
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=476&view=rev
Author: andy_miller
Date: 2007-11-13 02:45:31 -0800 (Tue, 13 Nov 2007)
Log Message:
-----------
add watermesh and ofusion to the linux config
Modified Paths:
--------------
trunk/python-ogre/PythonOgreConfig_posix.py
Modified: trunk/python-ogre/PythonOgreConfig_posix.py
===================================================================
--- trunk/python-ogre/PythonOgreConfig_posix.py 2007-11-13 10:39:26 UTC (rev 475)
+++ trunk/python-ogre/PythonOgreConfig_posix.py 2007-11-13 10:45:31 UTC (rev 476)
@@ -52,7 +52,8 @@
PATH_et = os.path.join(PATH_THIRDPARTY, 'et')
PATH_caelum = os.path.join(PATH_THIRDPARTY, 'caelum')
PATH_noise= os.path.join(PATH_THIRDPARTY, 'noise')
-
+PATH_watermesh= os.path.join(PATH_THIRDPARTY, 'watermesh')
+PATH_ofusion= os.path.join(PATH_THIRDPARTY, 'ofusion')
PATH_ogrevideoffmpeg = os.path.join(PATH_THIRDPARTY,'ffmpeg')
PATH_NxOgre= os.path.join(PATH_THIRDPARTY, 'nxogre')
# PATH_NxOgre= os.path.join(BASE_DIR, 'nxogre/NxOgre')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|