Torque3D/Templates/Empty/generateProjects.command

13 lines
387 B
Plaintext
Raw Normal View History

2012-09-19 15:29:55 +00:00
#!/bin/sh
cd "`dirname "$0"`"
OS=`uname`
2012-09-19 15:29:55 +00:00
if [ "$OS" = "Darwin" ]; then
/usr/bin/php ../../Tools/projectGenerator/projectGenerator.php buildFiles/config/project.mac.conf
else
/usr/bin/php ../../Tools/projectGenerator/projectGenerator.php buildFiles/config/project.linux.conf
/usr/bin/php ../../Tools/projectGenerator/projectGenerator.php buildFiles/config/project.linux_ded.conf
fi