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