mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-01 03:23:52 +00:00
7 lines
131 B
Text
7 lines
131 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
cd "`dirname "$0"`"
|
||
|
|
|
||
|
|
/usr/bin/php ../../Tools/projectGenerator/projectGenerator.php buildFiles/config/project.mac.conf
|
||
|
|
|