mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 14:55:39 +00:00
Top level files for ticket #1
This commit is contained in:
parent
a9c8a3142d
commit
352279af7a
9 changed files with 36 additions and 0 deletions
22
generateAllProjects.bat
Normal file
22
generateAllProjects.bat
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
@echo off
|
||||
setlocal
|
||||
|
||||
for /F "delims=^" %%a in (allProjects.txt) do if exist "%%a"\generateProjects.bat (
|
||||
|
||||
setlocal
|
||||
|
||||
echo.
|
||||
echo.
|
||||
echo === %%a =========
|
||||
echo.
|
||||
|
||||
cd %%a
|
||||
call generateProjects.bat noPause
|
||||
|
||||
endlocal
|
||||
)
|
||||
|
||||
endlocal
|
||||
|
||||
echo.
|
||||
pause
|
||||
Loading…
Add table
Add a link
Reference in a new issue