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.

45 lines
1.1 KiB

  1. @echo off
  2. rem
  3. rem The first parameter is the location of the office root
  4. rem eg \\asecchia-o\office
  5. rem
  6. rem The second parameter is the location of the linkrepro directory
  7. rem eg d:\linkrepro
  8. rem
  9. rem if the current directory is the linkrepro directory, parameter 2 can
  10. rem be omitted.
  11. rem
  12. rem eg
  13. rem lrepro \\asecchia-o\office d:\linkrepro
  14. rem or simply
  15. rem d:\linkrepro\> lrepro \\asecchia-o\office
  16. rem
  17. rem
  18. rem copy the pdbs
  19. echo copying PDBs
  20. copy %1\mso\Msohelp\build\X86\DEBUG\msohelpd.pdb %2
  21. copy %1\lib\x86\msvcrt.pdb %2
  22. copy %1\lib\x86\msls31d.pdb %2
  23. copy %1\mso\build\X86\DEBUG\*.pdb %2
  24. copy %1\mso\build\X86\DEBUG\ijg\*.pdb %2
  25. copy %1\mso\build\X86\DEBUG\liblzw\*.pdb %2
  26. copy %1\mso\build\X86\DEBUG\libspng\*.pdb %2
  27. copy %1\mso\build\X86\DEBUG\rmf\*.pdb %2
  28. copy %1\mso\build\X86\DEBUG\zlib\*.pdb %2
  29. rem copy the tools
  30. echo copying tools
  31. copy %1\bin\x86\link.exe %2
  32. copy %1\bin\x86\mspdb60.dll %2
  33. copy %1\bin\x86\cvtres.exe %2
  34. copy %1\bin\x86\cvtres.err %2
  35. copy %_ntbindir%\private\ntos\w32\winplus\src\gdiplus\tools\office\msolink.bat %2