mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Full Template for ticket #1
This commit is contained in:
parent
74f265b3b3
commit
f439dc8dcd
2150 changed files with 286240 additions and 0 deletions
11
Templates/Full/buildFiles/config/project.mac.conf
Normal file
11
Templates/Full/buildFiles/config/project.mac.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
// Configure Torque 3D
|
||||
Torque3D::beginConfig( "mac", "Full" );
|
||||
|
||||
// Include Web Deployment module
|
||||
includeModule( 'webDeploy' );
|
||||
|
||||
Torque3D::endConfig();
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue