Source code of Windows XP (NT5)
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.

27 lines
831 B

  1. call build %1 %2 %3 %4 %5
  2. set newbuild=%ReleaseShare%\%Product%\%ServicePack%\latest.bvt\%ISOLang%\%Platform:i386=x86%\%BldType%\cd
  3. if /i "%ISOLang%"=="nec98" set newbuild=%ReleaseShare%\%Product%\%ServicePack%\latest.bvt\JA\%platform%\%BldType%\cd
  4. set newfiles=%newfiles%.bvt
  5. set strcat=
  6. for %%p in (%OtherReleases%) do call :strcat %forest%\history\%%p\symbols
  7. set oldsympath=%strcat%;%newfiles%\symbols
  8. set strcat=%newfiles%\symbols
  9. for %%p in (%OtherReleases%) do call :strcat %forest%\history\%%p\symbols
  10. set newsympath=%strcat%
  11. set strcat=
  12. set psfname=
  13. set psfroot=
  14. set wwwroot=
  15. goto :EOF
  16. :strcat
  17. if not "%strcat%"=="" set strcat=%strcat%;
  18. set strcat=%strcat%%1
  19. goto :EOF