Revision: 455
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=455&view=rev
Author: andy_miller
Date: 2007-10-23 06:54:19 -0700 (Tue, 23 Oct 2007)
Log Message:
-----------
remove ogrebullet from the default build while waiting for CVS update to fix Linux issues
Modified Paths:
--------------
trunk/python-ogre/scripts/06-GenerateCode.sh
trunk/python-ogre/scripts/07-BuildModules.sh
Modified: trunk/python-ogre/scripts/06-GenerateCode.sh
===================================================================
--- trunk/python-ogre/scripts/06-GenerateCode.sh 2007-10-23 06:05:12 UTC (rev 454)
+++ trunk/python-ogre/scripts/06-GenerateCode.sh 2007-10-23 13:54:19 UTC (rev 455)
@@ -72,11 +72,11 @@
echo ' -- creating ogrebulletc code '
echo ' -- creating ogrebulletc code' >> $INSTALL_DIR/log.out
- $INSTALL_DIR/gen_code.sh ogrebulletc
+### $INSTALL_DIR/gen_code.sh ogrebulletc
echo ' -- creating ogrebulletd code '
echo ' -- creating ogrebulletd code' >> $INSTALL_DIR/log.out
- $INSTALL_DIR/gen_code.sh ogrebulletd
+### $INSTALL_DIR/gen_code.sh ogrebulletd
# echo ' -- creating nxogre code '
# echo ' -- creating nxogre code' >> $INSTALL_DIR/log.out
Modified: trunk/python-ogre/scripts/07-BuildModules.sh
===================================================================
--- trunk/python-ogre/scripts/07-BuildModules.sh 2007-10-23 06:05:12 UTC (rev 454)
+++ trunk/python-ogre/scripts/07-BuildModules.sh 2007-10-23 13:54:19 UTC (rev 455)
@@ -12,7 +12,7 @@
then
scons PROJECTS=$1 -i
else
- scons PROJECTS=ogre,ois,cegui,plib,ogrenewt,ogreode,ogreal,quickgui,et,caelum,bullet,ogrebulletc,ogrebulletd -i
+ scons PROJECTS=ogre,ois,cegui,plib,ogrenewt,ogreode,ogreal,quickgui,et,caelum,bullet -i
#,ogrebulletc,ogrebulletd -i
fi
#opcode -- not really suited to a linux build -- lots of work needed ?
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|