Revision: 452
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=452&view=rev
Author: andy_miller
Date: 2007-10-22 03:13:50 -0700 (Mon, 22 Oct 2007)
Log Message:
-----------
Force the ogre gui to be Xt
Modified Paths:
--------------
trunk/python-ogre/scripts/04-BuildBaseLibs.sh
Modified: trunk/python-ogre/scripts/04-BuildBaseLibs.sh
===================================================================
--- trunk/python-ogre/scripts/04-BuildBaseLibs.sh 2007-10-22 09:55:04 UTC (rev 451)
+++ trunk/python-ogre/scripts/04-BuildBaseLibs.sh 2007-10-22 10:13:50 UTC (rev 452)
@@ -62,7 +62,7 @@
pushd ogrenew
aclocal
./bootstrap
-./configure --prefix=$PREFIX
+./configure --prefix=$PREFIX --with-gui=Xt
make
make install
#cd ReferenceApplication
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|