Revision: 669
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=669&view=rev
Author: mithro
Date: 2008-07-23 06:12:17 +0000 (Wed, 23 Jul 2008)
Log Message:
-----------
Link OgreAL against boost_python_index.
Modified Paths:
--------------
trunk/python-ogre/environment.py
Modified: trunk/python-ogre/environment.py
===================================================================
--- trunk/python-ogre/environment.py 2008-07-23 06:08:39 UTC (rev 668)
+++ trunk/python-ogre/environment.py 2008-07-23 06:12:17 UTC (rev 669)
@@ -1320,7 +1320,7 @@
[0, "aclocal\n./autogen.sh", os.path.join(os.getcwd(),"openal-0.0.8")],
[0, "./configure --prefix=%s\nmake\nmake install" % PREFIX, os.path.join(os.getcwd(), "openal-0.0.8")]
]
- libs=[boost.lib, 'OgreMain',
+ libs=[boost.lib, boost_python_index.lib, 'OgreMain',
'ogg',
'vorbis','vorbisfile','vorbisenc',
'openal'] ## 'OgreAL' -- going to compile OgreAL ourselves
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|