mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +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
|
|
@ -184,7 +184,7 @@ $c->setDontCompilePatterns( "*\.h*", "*win32*", "*\.win\.*", "/D3D.*/", "#/gl/#"
|
|||
|
||||
///////////////////////////// Build /////////////////////////////
|
||||
|
||||
// 'buildManifest_'.$name.'_'.Generator::$platform.'.txt',
|
||||
// 'buildManifest_'.$name.'_'.T3D_Generator::$platform.'.txt',
|
||||
|
||||
$c = BuildTarget::add( 'build', // Name
|
||||
'buildFiles', // Solution output directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue