Merge pull request #1560 from rextimmy/GL_FP_format_fix
[Torque-3d.git] / Templates / Empty / generateProjects.command
blob2b980b6e0068d99f656f93f47f3aeeee3dcd1a31
1 #!/bin/sh
3 cd "`dirname "$0"`"
5 OS=`uname`
7 if [ "$OS" = "Darwin" ]; then
8 /usr/bin/php ../../Tools/projectGenerator/projectGenerator.php buildFiles/config/project.mac.conf
9 else
10 /usr/bin/php ../../Tools/projectGenerator/projectGenerator.php buildFiles/config/project.linux.conf
11 /usr/bin/php ../../Tools/projectGenerator/projectGenerator.php buildFiles/config/project.linux_ded.conf