You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
2.1 KiB
53 lines
2.1 KiB
@echo on
|
|
@if "%bldQuiet%" == "Y" echo off
|
|
@if "%bldQuiet%" == "y" echo off
|
|
|
|
if "%bldMaker%" == "Y" goto maker
|
|
if "%bldMaker%" == "y" goto maker
|
|
goto makerX
|
|
|
|
:maker
|
|
if exist _tgtType_r1.bat call _tgtType_r1.bat 1 %1 %2 %3 %4
|
|
if exist _tgtType_r2.bat call _tgtType_r2.bat 2 %1 %2 %3 %4
|
|
if exist _tgtType_r3.bat call _tgtType_r3.bat 3 %1 %2 %3 %4
|
|
if exist _tgtType_r4.bat call _tgtType_r4.bat 4 %1 %2 %3 %4
|
|
if exist _tgtType_r5.bat call _tgtType_r5.bat 5 %1 %2 %3 %4
|
|
if exist _tgtType_r6.bat call _tgtType_r6.bat 6 %1 %2 %3 %4
|
|
if exist _tgtType_r7.bat call _tgtType_r7.bat 7 %1 %2 %3 %4
|
|
if exist _tgtType_r8.bat call _tgtType_r8.bat 8 %1 %2 %3 %4
|
|
if exist _tgtType_r9.bat call _tgtType_r9.bat 9 %1 %2 %3 %4
|
|
:makerX
|
|
|
|
if "%bldMaked%" == "Y" goto maked
|
|
if "%bldMaked%" == "y" goto maked
|
|
goto makedX
|
|
|
|
:maked
|
|
if exist _tgtType_d1.bat call _tgtType_d1.bat 1 %1 %2 %3 %4
|
|
if exist _tgtType_d2.bat call _tgtType_d2.bat 2 %1 %2 %3 %4
|
|
if exist _tgtType_d3.bat call _tgtType_d3.bat 3 %1 %2 %3 %4
|
|
if exist _tgtType_d4.bat call _tgtType_d4.bat 4 %1 %2 %3 %4
|
|
if exist _tgtType_d5.bat call _tgtType_d5.bat 5 %1 %2 %3 %4
|
|
if exist _tgtType_d6.bat call _tgtType_d6.bat 6 %1 %2 %3 %4
|
|
if exist _tgtType_d7.bat call _tgtType_d7.bat 7 %1 %2 %3 %4
|
|
if exist _tgtType_d8.bat call _tgtType_d8.bat 8 %1 %2 %3 %4
|
|
if exist _tgtType_d9.bat call _tgtType_d9.bat 9 %1 %2 %3 %4
|
|
:makedX
|
|
|
|
if "%bldMaket%" == "Y" goto maket
|
|
if "%bldMaket%" == "y" goto maket
|
|
goto makedX
|
|
|
|
:maket
|
|
if exist _tgtType_t1.bat call _tgtType_t1.bat 1 %1 %2 %3 %4
|
|
if exist _tgtType_t2.bat call _tgtType_t2.bat 2 %1 %2 %3 %4
|
|
if exist _tgtType_t3.bat call _tgtType_t3.bat 3 %1 %2 %3 %4
|
|
if exist _tgtType_t4.bat call _tgtType_t4.bat 4 %1 %2 %3 %4
|
|
if exist _tgtType_t5.bat call _tgtType_t5.bat 5 %1 %2 %3 %4
|
|
if exist _tgtType_t6.bat call _tgtType_t6.bat 6 %1 %2 %3 %4
|
|
if exist _tgtType_t7.bat call _tgtType_t7.bat 7 %1 %2 %3 %4
|
|
if exist _tgtType_t8.bat call _tgtType_t8.bat 8 %1 %2 %3 %4
|
|
if exist _tgtType_t9.bat call _tgtType_t9.bat 9 %1 %2 %3 %4
|
|
:maketX
|
|
|
|
:exit
|