Revision: 420
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=420&view=rev
Author: andy_miller
Date: 2007-10-13 21:33:28 -0700 (Sat, 13 Oct 2007)
Log Message:
-----------
script updates
Modified Paths:
--------------
trunk/python-ogre/scripts/01-RetrieveSource.sh
trunk/python-ogre/scripts/03-BuildTools.sh
trunk/python-ogre/scripts/06-GenerateCode.sh
trunk/python-ogre/scripts/07-BuildModules.sh
Modified: trunk/python-ogre/scripts/01-RetrieveSource.sh
===================================================================
--- trunk/python-ogre/scripts/01-RetrieveSource.sh 2007-10-14 04:06:09 UTC (rev 419)
+++ trunk/python-ogre/scripts/01-RetrieveSource.sh 2007-10-14 04:33:28 UTC (rev 420)
@@ -16,7 +16,7 @@
$WGET http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-0.5.0b.tar.gz
$WGET http://prdownloads.sourceforge.net/wgois/ois-1.0RC1.tar.gz
$WGET http://prdownloads.sourceforge.net/boost/boost-jam-3.1.13-1-linuxx86.tgz
-$WGET http://prdownloads.sourceforge.net/scons/scons-0.96.96.tar.gz
+##$WGET http://prdownloads.sourceforge.net/scons/scons-0.96.96.tar.gz
$WGET http://downloads.sourceforge.net/scons/scons-0.97.0d20070918.tar.gz
$WGET http://prdownloads.sourceforge.net/ogre/ogre-linux_osx-v1-4-5.tar.bz2
$WGET http://prdownloads.sourceforge.net/opende/ode-src-0.8.zip
@@ -39,6 +39,8 @@
cvs -z3 -q -d :pserver:ano...@cv...:/cvsroot/ogre co -P ogreaddons/ogreode
echo " -- getting ogrenewt"
cvs -z3 -q -d :pserver:ano...@cv...:/cvsroot/ogre co -P ogreaddons/ogrenewt
+echo " -- getting nxogre"
+svn co http://latest.nxogre.org/nxogre3/ nxogre
echo ""
echo "======= Sources Retrieved ======="
echo ""
Modified: trunk/python-ogre/scripts/03-BuildTools.sh
===================================================================
--- trunk/python-ogre/scripts/03-BuildTools.sh 2007-10-14 04:06:09 UTC (rev 419)
+++ trunk/python-ogre/scripts/03-BuildTools.sh 2007-10-14 04:33:28 UTC (rev 420)
@@ -43,18 +43,18 @@
cd $INSTALL_DIR
## Scons
-echo " -- installing SCONs"
-rm -rf scons-0.96.96
-tar -xvzf $DOWNLOADS/scons-0.96.96.tar.gz --overwrite
-cd scons-0.96.96
-python setup.py install --prefix=$PREFIX
-cd ..
+#echo " -- installing SCONs"
+#rm -rf scons-0.96.96
+#tar -xvzf $DOWNLOADS/scons-0.96.96.tar.gz --overwrite
+#cd scons-0.96.96
+#python setup.py install --prefix=$PREFIX
+#cd ..
echo " -- installing SCONs"
rm -rf scons-0.97.0d20070918
tar -xvzf $DOWNLOADS/scons-0.97.0d20070918.tar.gz --overwrite
cd scons-0.97.0d20070918
-####python setup.py install --prefix=$PREFIX
+python setup.py install --prefix=$PREFIX
cd ..
Modified: trunk/python-ogre/scripts/06-GenerateCode.sh
===================================================================
--- trunk/python-ogre/scripts/06-GenerateCode.sh 2007-10-14 04:06:09 UTC (rev 419)
+++ trunk/python-ogre/scripts/06-GenerateCode.sh 2007-10-14 04:33:28 UTC (rev 420)
@@ -3,7 +3,6 @@
# master config setup
source ./config.sh
-cd python-ogre/code_generators
if [ $1 != "" ]
then
echo "=== generating $1 ==="
@@ -11,13 +10,13 @@
$INSTALL_DIR/gen_code.sh $1
else
-# echo ' -- creating OGRE code'
-# echo ' -- creating OGRE code' >> $INSTALL_DIR/log.out
-# $INSTALL_DIR/gen_code.sh ogre
+ echo ' -- creating OGRE code'
+ echo ' -- creating OGRE code' >> $INSTALL_DIR/log.out
+ $INSTALL_DIR/gen_code.sh ogre
-# echo ' -- creating OGRErefapp code'
-# echo ' -- creating OGRErefapp code'>> $INSTALL_DIR/log.out
-# $INSTALL_DIR/gen_code.sh ogrerefapp
+ echo ' -- creating OGRErefapp code'
+ echo ' -- creating OGRErefapp code'>> $INSTALL_DIR/log.out
+ $INSTALL_DIR/gen_code.sh ogrerefapp
echo ' -- creating quickgui code'
echo ' -- creating quickgui code'>> $INSTALL_DIR/log.out
@@ -27,9 +26,9 @@
echo ' -- creating OIS code'>> $INSTALL_DIR/log.out
$INSTALL_DIR/gen_code.sh ois
-# echo ' -- creating CEGUI code'
-# echo ' -- creating CEGUI code'>> $INSTALL_DIR/log.out
-# $INSTALL_DIR/gen_code.sh cegui
+ echo ' -- creating CEGUI code'
+ echo ' -- creating CEGUI code'>> $INSTALL_DIR/log.out
+ $INSTALL_DIR/gen_code.sh cegui
echo ' -- creating OgreAL code'
echo ' -- creating OgreAL code'>> $INSTALL_DIR/log.out
@@ -55,14 +54,30 @@
echo ' -- creating ode code' >> $INSTALL_DIR/log.out
$INSTALL_DIR/gen_code.sh ode
-# echo ' -- creating et code'
-# echo ' -- creating et code' >> $INSTALL_DIR/log.out
-# $INSTALL_DIR/gen_code.sh et
+ echo ' -- creating et code'
+ echo ' -- creating et code' >> $INSTALL_DIR/log.out
+ $INSTALL_DIR/gen_code.sh et
-# echo ' -- creating caelum code'
-# echo ' -- creating caelum code' >> $INSTALL_DIR/log.out
-# $INSTALL_DIR/gen_code.sh caelum
+ echo ' -- creating caelum code'
+ echo ' -- creating caelum code' >> $INSTALL_DIR/log.out
+ $INSTALL_DIR/gen_code.sh caelum
+ echo ' -- creating forests code'
+ echo ' -- creating forests code' >> $INSTALL_DIR/log.out
+ $INSTALL_DIR/gen_code.sh forests
+
+ echo ' -- creating ogrebulletc code '
+ echo ' -- creating ogrebulletc code' >> $INSTALL_DIR/log.out
+ $INSTALL_DIR/gen_code.sh ogrebulletc
+
+ echo ' -- creating ogrebulletd code '
+ echo ' -- creating ogrebulletd code' >> $INSTALL_DIR/log.out
+ $INSTALL_DIR/gen_code.sh ogrebulletd
+
+# echo ' -- creating nxogre code '
+# echo ' -- creating nxogre code' >> $INSTALL_DIR/log.out
+# $INSTALL_DIR/gen_code.sh nxogre
+
fi
cd $INSTALL_DIR
echo
Modified: trunk/python-ogre/scripts/07-BuildModules.sh
===================================================================
--- trunk/python-ogre/scripts/07-BuildModules.sh 2007-10-14 04:06:09 UTC (rev 419)
+++ trunk/python-ogre/scripts/07-BuildModules.sh 2007-10-14 04:33:28 UTC (rev 420)
@@ -12,7 +12,7 @@
then
scons PROJECTS=$1
else
- scons PROJECTS=ogre,ois,cegui,plib,ogreode,ogrenewt,ogreal,quickgui,et,caelum
+ scons PROJECTS=ogre,ois,cegui,plib,ogreode,ogrenewt,ogreal,quickgui,et,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.
|