mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
changed Generator to T3D_Generator to prevent problems with newer php versions
This commit is contained in:
parent
39b893f1ca
commit
9b49f56bd6
26 changed files with 160 additions and 160 deletions
|
|
@ -21,7 +21,7 @@
|
|||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
if (Generator::$platform == "win32")
|
||||
if (T3D_Generator::$platform == "win32")
|
||||
{
|
||||
// Include the web deployment settings
|
||||
$webDeployConf = realpath($argv[1])."/buildFiles/config/webDeploy.conf";
|
||||
|
|
@ -55,7 +55,7 @@ if (Generator::$platform == "win32")
|
|||
|
||||
}
|
||||
|
||||
if (Generator::$platform == "mac")
|
||||
if (T3D_Generator::$platform == "mac")
|
||||
{
|
||||
// Include the web deployment settings
|
||||
$webDeployConf = realpath($argv[1])."/buildFiles/config/webDeploy.mac.conf";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue