mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 08:15:44 +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/generateProjects.bat
Normal file
13
Tools/dae2dts/generateProjects.bat
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
@echo off
|
||||
|
||||
SET TORQUEDIR=%2
|
||||
|
||||
IF NOT DEFINED TORQUEDIR SET TORQUEDIR=..\..
|
||||
|
||||
@%TORQUEDIR%\engine\bin\php\php %TORQUEDIR%\Tools\projectGenerator\projectGenerator.php buildFiles/config/project.conf %TORQUEDIR%
|
||||
@echo ...
|
||||
@echo ...
|
||||
@echo ...
|
||||
@echo REMEMBER: Restart Visual Studio if you are running it to be sure the new
|
||||
@echo project file(s) are loaded! See docs for more info!
|
||||
@IF X%1 == X pause
|
||||
Loading…
Add table
Add a link
Reference in a new issue