mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +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
|
|
@ -60,14 +60,14 @@
|
|||
addProjectDependency( 'libbullet' );
|
||||
}
|
||||
|
||||
if ( Generator::$platform == "mac" )
|
||||
if ( T3D_Generator::$platform == "mac" )
|
||||
{
|
||||
addProjectDefine( '__MACOSX__' );
|
||||
addProjectDefine( 'LTM_DESC' );
|
||||
}
|
||||
|
||||
|
||||
if (Generator::$platform == "win32")
|
||||
if (T3D_Generator::$platform == "win32")
|
||||
{
|
||||
setProjectModuleDefinitionFile('../../' . getLibSrcDir() . 'Torque3D/msvc/torque3d.def');
|
||||
|
||||
|
|
|
|||
|
|
@ -60,14 +60,14 @@
|
|||
addProjectDependency( 'libbullet' );
|
||||
}
|
||||
|
||||
if ( Generator::$platform == "mac" )
|
||||
if ( T3D_Generator::$platform == "mac" )
|
||||
{
|
||||
addProjectDefine( '__MACOSX__' );
|
||||
addProjectDefine( 'LTM_DESC' );
|
||||
}
|
||||
|
||||
|
||||
if (Generator::$platform == "win32")
|
||||
if (T3D_Generator::$platform == "win32")
|
||||
{
|
||||
setProjectModuleDefinitionFile('../../' . getLibSrcDir() . 'Torque3D/msvc/torque3d.def');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue