mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Copied generateProjects.command from Full template into Empty, so we can build it on Linux too.
This commit is contained in:
parent
016b79f0ea
commit
546e3a219a
|
|
@ -2,5 +2,11 @@
|
|||
|
||||
cd "`dirname "$0"`"
|
||||
|
||||
/usr/bin/php ../../Tools/projectGenerator/projectGenerator.php buildFiles/config/project.mac.conf
|
||||
OS=`uname`
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue