Revision: 477
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=477&view=rev
Author: andy_miller
Date: 2007-11-13 03:49:12 -0800 (Tue, 13 Nov 2007)
Log Message:
-----------
Typo in ogreforests and removed caelum from build
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-11-13 10:45:31 UTC (rev 476)
+++ trunk/python-ogre/scripts/06-GenerateCode.sh 2007-11-13 11:49:12 UTC (rev 477)
@@ -64,7 +64,7 @@
echo ' -- creating forests code'
echo ' -- creating forests code' >> $INSTALL_DIR/log.out
- $INSTALL_DIR/gen_code.sh forests
+ $INSTALL_DIR/gen_code.sh ogreforests
echo ' -- creating bullet code '
echo ' -- creating bullet code' >> $INSTALL_DIR/log.out
Modified: trunk/python-ogre/scripts/07-BuildModules.sh
===================================================================
--- trunk/python-ogre/scripts/07-BuildModules.sh 2007-11-13 10:45:31 UTC (rev 476)
+++ trunk/python-ogre/scripts/07-BuildModules.sh 2007-11-13 11:49:12 UTC (rev 477)
@@ -12,8 +12,8 @@
then
scons PROJECTS=$1 -i
else
- scons PROJECTS=ogre,ois,cegui,plib,ogrenewt,ogreode,ogreal,quickgui,et,caelum,bullet -i
-#,ogrebulletc,ogrebulletd -i
+ scons PROJECTS=ogre,ois,cegui,plib,ogrenewt,ogreode,ogreal,quickgui,et,bullet,ogreforests -i
+#,ogrebulletc,ogrebulletd,caelum -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.
|