mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Engine directory for ticket #1
This commit is contained in:
parent
352279af7a
commit
7dbfe6994d
3795 changed files with 1363358 additions and 0 deletions
13
Engine/lib/generateProjects.bat
Normal file
13
Engine/lib/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/libs.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