mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Tools directory for ticket #1
This commit is contained in:
parent
ecfd936095
commit
8337cad7ee
207 changed files with 25761 additions and 0 deletions
13
Tools/dae2dts/buildFiles/config/project.conf
Normal file
13
Tools/dae2dts/buildFiles/config/project.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
// Configure tool
|
||||
Torque3D::$sharedConfig = false;
|
||||
|
||||
Torque3D::beginConfig( "win32", "dae2dts" );
|
||||
|
||||
addProjectDefine("DAE2DTS_TOOL");
|
||||
setProjectSubSystem(1); // console app
|
||||
|
||||
Torque3D::endConfig();
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue