Leaked source code of windows server 2003
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

  1. @echo on
  2. @if "%bldQuiet%" == "Y" echo off
  3. @if "%bldQuiet%" == "y" echo off
  4. if "%bldMaker%" == "Y" goto maker
  5. if "%bldMaker%" == "y" goto maker
  6. goto makerX
  7. :maker
  8. if exist _tgtType_r1.bat call _tgtType_r1.bat 1 %1 %2 %3 %4
  9. if exist _tgtType_r2.bat call _tgtType_r2.bat 2 %1 %2 %3 %4
  10. if exist _tgtType_r3.bat call _tgtType_r3.bat 3 %1 %2 %3 %4
  11. if exist _tgtType_r4.bat call _tgtType_r4.bat 4 %1 %2 %3 %4
  12. if exist _tgtType_r5.bat call _tgtType_r5.bat 5 %1 %2 %3 %4
  13. if exist _tgtType_r6.bat call _tgtType_r6.bat 6 %1 %2 %3 %4
  14. if exist _tgtType_r7.bat call _tgtType_r7.bat 7 %1 %2 %3 %4
  15. if exist _tgtType_r8.bat call _tgtType_r8.bat 8 %1 %2 %3 %4
  16. if exist _tgtType_r9.bat call _tgtType_r9.bat 9 %1 %2 %3 %4
  17. :makerX
  18. if "%bldMaked%" == "Y" goto maked
  19. if "%bldMaked%" == "y" goto maked
  20. goto makedX
  21. :maked
  22. if exist _tgtType_d1.bat call _tgtType_d1.bat 1 %1 %2 %3 %4
  23. if exist _tgtType_d2.bat call _tgtType_d2.bat 2 %1 %2 %3 %4
  24. if exist _tgtType_d3.bat call _tgtType_d3.bat 3 %1 %2 %3 %4
  25. if exist _tgtType_d4.bat call _tgtType_d4.bat 4 %1 %2 %3 %4
  26. if exist _tgtType_d5.bat call _tgtType_d5.bat 5 %1 %2 %3 %4
  27. if exist _tgtType_d6.bat call _tgtType_d6.bat 6 %1 %2 %3 %4
  28. if exist _tgtType_d7.bat call _tgtType_d7.bat 7 %1 %2 %3 %4
  29. if exist _tgtType_d8.bat call _tgtType_d8.bat 8 %1 %2 %3 %4
  30. if exist _tgtType_d9.bat call _tgtType_d9.bat 9 %1 %2 %3 %4
  31. :makedX
  32. if "%bldMaket%" == "Y" goto maket
  33. if "%bldMaket%" == "y" goto maket
  34. goto makedX
  35. :maket
  36. if exist _tgtType_t1.bat call _tgtType_t1.bat 1 %1 %2 %3 %4
  37. if exist _tgtType_t2.bat call _tgtType_t2.bat 2 %1 %2 %3 %4
  38. if exist _tgtType_t3.bat call _tgtType_t3.bat 3 %1 %2 %3 %4
  39. if exist _tgtType_t4.bat call _tgtType_t4.bat 4 %1 %2 %3 %4
  40. if exist _tgtType_t5.bat call _tgtType_t5.bat 5 %1 %2 %3 %4
  41. if exist _tgtType_t6.bat call _tgtType_t6.bat 6 %1 %2 %3 %4
  42. if exist _tgtType_t7.bat call _tgtType_t7.bat 7 %1 %2 %3 %4
  43. if exist _tgtType_t8.bat call _tgtType_t8.bat 8 %1 %2 %3 %4
  44. if exist _tgtType_t9.bat call _tgtType_t9.bat 9 %1 %2 %3 %4
  45. :maketX
  46. :exit