Revision: 418
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=418&view=rev
Author: andy_miller
Date: 2007-10-13 20:35:28 -0700 (Sat, 13 Oct 2007)
Log Message:
-----------
missing script
Added Paths:
-----------
trunk/python-ogre/scripts/gen_code.sh
Added: trunk/python-ogre/scripts/gen_code.sh
===================================================================
--- trunk/python-ogre/scripts/gen_code.sh (rev 0)
+++ trunk/python-ogre/scripts/gen_code.sh 2007-10-14 03:35:28 UTC (rev 418)
@@ -0,0 +1,8 @@
+#!/bin/bash
+# Part of the Python-Ogre installation
+
+# master config setup
+source ./config.sh
+pushd $INSTALL_DIR/python-ogre/code_generators/$1
+python generate_code.py > build.out
+popd
Property changes on: trunk/python-ogre/scripts/gen_code.sh
___________________________________________________________________
Name: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|