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.

18 lines
279 B

  1. @echo off
  2. echo Modifying PATH
  3. set PATH_TMP_1=%PATH%
  4. set PATH=
  5. echo link...
  6. link @link.rsp
  7. echo Resetting PATH
  8. set PATH=%PATH_TMP_1%
  9. set PATH_TMP_1=
  10. echo Output binaries to mso
  11. md mso
  12. move mso9d-out.pdb mso\mso9d-out.pdb
  13. move mso9d.dll mso\mso9d.dll
  14. dir mso