Revision: 700
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=700&view=rev
Author: mithro
Date: 2008-08-18 09:14:22 +0000 (Mon, 18 Aug 2008)
Log Message:
-----------
Add the missing ogrepcz field.
Modified Paths:
--------------
trunk/python-ogre/PythonOgreConfig_system.py
Modified: trunk/python-ogre/PythonOgreConfig_system.py
===================================================================
--- trunk/python-ogre/PythonOgreConfig_system.py 2008-08-18 09:13:15 UTC (rev 699)
+++ trunk/python-ogre/PythonOgreConfig_system.py 2008-08-18 09:14:22 UTC (rev 700)
@@ -62,6 +62,7 @@
PATH_particleuniverse = os.path.join(PATH_Ogre, 'PlugIns', 'ParticleUniverse' )
PATH_cadunetree= os.path.join(PATH_THIRDPARTY, 'cadunetree')
PATH_opensteer = os.path.join(BASE_DIR, 'opensteer', 'trunk')
+PATH_ogrepcz = os.path.join(PATH_Ogre, 'PlugIns', 'PCZSceneManager' )
PATH_hydrax = os.path.join(PATH_THIRDPARTY, 'hydrax')
###
@@ -97,6 +98,7 @@
PATH_LIB_navi= os.path.join(PATH_navi, 'lib')
PATH_LIB_particleuniverse = os.path.join(PATH_particleuniverse, 'bin', 'release')
PATH_LIB_opensteer = os.path.join(LOCAL_LIB)
+PATH_INCLUDE_ogrepcz = os.path.join(PATH_ogrepcz,'include')
PATH_INCLUDE_hydrax= PATH_hydrax
PATH_INCLUDE_Ogre= os.path.join(LOCAL_INCLUDE,'OGRE') # os.path.join(PATH_Ogre,'OgreMain/include')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|