Revision: 557
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=557&view=rev
Author: andy_miller
Date: 2008-01-22 01:17:13 -0800 (Tue, 22 Jan 2008)
Log Message:
-----------
Fixed error in setup
Modified Paths:
--------------
trunk/python-ogre/setup.py
Modified: trunk/python-ogre/setup.py
===================================================================
--- trunk/python-ogre/setup.py 2008-01-18 11:10:37 UTC (rev 556)
+++ trunk/python-ogre/setup.py 2008-01-22 09:17:13 UTC (rev 557)
@@ -64,7 +64,7 @@
'ogre.sound', 'ogre.sound.OgreAL',
'ogre.physics', 'ogre.physics.ODE', 'ogre.physics.OgreRefApp',
'ogre.physics.OgreOde', 'ogre.physics.OgreNewt', 'ogre.physics.Opcode',
- 'ogre.physics.bullet','ogre.physics.PhysX','ogre.physics.NxOgre','ogre.physics.NxOgre_09'
+ 'ogre.physics.bullet','ogre.physics.PhysX','ogre.physics.NxOgre',## 'ogre.physics.NxOgre_09',
'ogre.physics.OgreBulletC', 'ogre.physics.OgreBulletD',
'ogre.addons','ogre.addons.theora',
'ogre.addons.ogrevideoffmpeg', 'ogre.addons.ogredshow',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|