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.

24 lines
554 B

  1. set srcdir=\\douglasfir\vcdrop\dftools\amd64\latest\vc7\bin\i386
  2. call :copythis c1.dll
  3. call :copythis c1xx.dll
  4. call :copythis c2.dll
  5. call :copythis cl.exe
  6. call :copythis lib.exe
  7. call :copythis link.exe
  8. call :copythis ml64.err
  9. call :copythis ml64.exe
  10. call :copythis MSDIS130.DLL
  11. call :copythis mspdb70.dll
  12. call :copythis msvci70.dll
  13. call :copythis msvci70d.dll
  14. call :copythis msvcp70.dll
  15. call :copythis msvcp70d.dll
  16. call :copythis msvcr70.dll
  17. call :copythis msvcr70d.dll
  18. goto :eof
  19. :copythis
  20. sd edit %1
  21. copy %srcdir%\%1
  22. goto :eof