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.

33 lines
1.2 KiB

  1. ; The scripts listed initially resided in pbuild.dat.
  2. ; Now, postbuild.cmd can create and have the logs available before
  3. ; running release.cmd.
  4. ; This .dat file is called from postbuild.cmd
  5. ; at this point, we want to halt if errors were found
  6. CHECKFATAL
  7. OFFICIAL %RazzleToolPath%\PostBuildScripts\indexsym.cmd
  8. END %RazzleToolPath%\PostBuildScripts\indexsym.cmd
  9. ; temporarily disabled until closer to SP1 release
  10. ;OFFICIAL %RazzleToolPath%\PostBuildScripts\makeupgadvimg.cmd
  11. ;END %RazzleToolPath%\PostBuildScripts\makeupgadvimg.cmd
  12. OFFICIAL %RazzleToolPath%\PostBuildScripts\localrel.cmd
  13. END %RazzleToolPath%\PostBuildScripts\localrel.cmd
  14. ;This file should be equivalent to pbuildrelease.dat except it does
  15. ;not release or autoboottest. We used this file to speed up our bbt
  16. ;process. see \\ntbld\builddoc for more info.
  17. ;OFFICIAL %RazzleToolPath%\PostBuildScripts\release.cmd
  18. ;END %RazzleToolPath%\PostBuildScripts\release.cmd
  19. ;OFFICIAL %RazzleToolPath%\PostBuildScripts\autoboottest.pl
  20. ;END %RazzleToolPath%\PostBuildScripts\autoboottest.pl
  21. ;OFFICIAL %RazzleToolPath%\PostBuildScripts\deletewrapper.cmd
  22. ;END %RazzleToolPath%\PostBuildScripts\deletewrapper.cmd