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.

164 lines
5.1 KiB

  1. @echo off
  2. @rem copies all the dll's and exe's into a single directory
  3. SETLOCAL
  4. set TestBinDir=%_NTTREE%\testbin
  5. if not exist %TestBinDir% mkdir %TestBinDir%
  6. set SymbolsDir=symbols.pri
  7. if "%ia64%"=="" goto EndSetSymbolsDir
  8. set SymbolsDir=symbols
  9. :EndSetSymbolsDir
  10. call :CopyRetail crypt32.dll
  11. call :CopyRetail cryptext.dll
  12. call :CopyRetail cryptnet.dll
  13. call :CopyRetail cryptsvc.dll
  14. call :CopyRetail cryptui.dll
  15. call :CopyRetail initpki.dll
  16. call :CopyRetail mscat32.dll
  17. call :CopyRetail mssign32.dll
  18. call :CopyRetail mssip32.dll
  19. call :CopyRetail psbase.dll
  20. call :CopyRetail pstorec.dll
  21. call :CopyRetail setreg.exe
  22. call :CopyRetail softpub.dll
  23. call :CopyRetail wintrust.dll
  24. call :CopyPresign scrdenrl.dll
  25. call :CopyPresign xenroll.dll
  26. call :CopyPresign xaddroot.dll
  27. call :CopyIdw calchash.exe
  28. call :CopyIdw Cert2Spc.exe
  29. call :CopyIdw certexts.dll
  30. call :CopyIdw chktrust.exe
  31. call :CopyIdw MakeCAT.exe
  32. call :CopyIdw MakeCert.exe
  33. call :CopyIdw MakeCtl.exe
  34. call :CopyIdw updcat.exe
  35. call :CopyBldtools CertMgr.exe
  36. call :CopyBldtools signcode.exe
  37. call :CopyTest 642bin.exe
  38. call :CopyTest bin264.exe
  39. call :CopyTest catdbchk.exe
  40. call :CopyTest chckhash.exe
  41. call :CopyTest dumpcat.exe
  42. call :CopyTest fdecrypt.exe
  43. call :CopyTest fencrypt.exe
  44. call :CopyTest hshstrss.exe
  45. call :CopyTest iesetreg.exe
  46. call :CopyTest perftest.exe
  47. call :CopyTest PeSigMgr.exe
  48. call :CopyTest prsparse.exe
  49. call :CopyTest setx509.dll
  50. call :CopyTest sp3crmsg.dll
  51. call :CopyTest stripqts.exe
  52. call :CopyTest tcatdb.exe
  53. call :CopyTest tcbfile.exe
  54. call :CopyTest tprov1.dll
  55. call :CopyTest wvtstrss.exe
  56. call :CopyTest makerootctl.exe
  57. call :CopyTest pkcs8ex.exe
  58. call :CopyTest pkcs8im.exe
  59. call :CopyTest tcert.exe
  60. call :CopyTest tcertper.exe
  61. call :CopyTest tcertpro.exe
  62. call :CopyTest tcopycer.exe
  63. call :CopyTest tcrmsg.exe
  64. call :CopyTest tcrobu.exe
  65. call :CopyTest tctlfunc.exe
  66. call :CopyTest tdecode.exe
  67. call :CopyTest teku.exe
  68. call :CopyTest tencode.exe
  69. call :CopyTest textstor.dll
  70. call :CopyTest tfindcer.exe
  71. call :CopyTest tfindclt.exe
  72. call :CopyTest tfindctl.exe
  73. call :CopyTest tkeyid.exe
  74. call :CopyTest toidfunc.exe
  75. call :CopyTest tprov.exe
  76. call :CopyTest tpvkdel.exe
  77. call :CopyTest tpvkload.exe
  78. call :CopyTest tpvksave.exe
  79. call :CopyTest trevfunc.exe
  80. call :CopyTest tsca.exe
  81. call :CopyTest tsstore.exe
  82. call :CopyTest tstgdir.exe
  83. call :CopyTest tstore2.exe
  84. call :CopyTest tstore3.exe
  85. call :CopyTest tstore4.exe
  86. call :CopyTest tstore5.exe
  87. call :CopyTest tstore.exe
  88. call :CopyTest ttrust.exe
  89. call :CopyTest turlcache.exe
  90. call :CopyTest turlread.exe
  91. call :CopyTest tx500str.exe
  92. call :CopyTest txenrol.exe
  93. call :CopyTest tchain.exe
  94. goto :EOF
  95. :CopyRetail
  96. set dllorexe=%~x1
  97. set dllorexe=%dllorexe:~1,3%
  98. xcopy /D /C %_NTTREE%\%1 %TestBinDir%
  99. xcopy /D /C %_NTTREE%\%SymbolsDir%\retail\%dllorExe%\%~n1.pdb %TestBinDir%
  100. goto :EOF
  101. :CopyPresign
  102. set dllorexe=%~x1
  103. set dllorexe=%dllorexe:~1,3%
  104. xcopy /D /C %_NTTREE%\presign\%1 %TestBinDir%
  105. xcopy /D /C %_NTTREE%\%SymbolsDir%\presign\%dllorExe%\%~n1.pdb %TestBinDir%
  106. goto :EOF
  107. :CopyIdw
  108. set dllorexe=%~x1
  109. set dllorexe=%dllorexe:~1,3%
  110. xcopy /D /C %_NTTREE%\idw\%1 %TestBinDir%
  111. xcopy /D /C %_NTTREE%\%SymbolsDir%\idw\%dllorExe%\%~n1.pdb %TestBinDir%
  112. goto :EOF
  113. :CopyBldtools
  114. set dllorexe=%~x1
  115. set dllorexe=%dllorexe:~1,3%
  116. xcopy /D /C %_NTTREE%\bldtools\%1 %TestBinDir%
  117. xcopy /D /C %_NTTREE%\%SymbolsDir%\bldtools\%dllorExe%\%~n1.pdb %TestBinDir%
  118. goto :EOF
  119. :CopyDump
  120. set dllorexe=%~x1
  121. set dllorexe=%dllorexe:~1,3%
  122. xcopy /D /C %_NTTREE%\dump\%1 %TestBinDir%
  123. xcopy /D /C %_NTTREE%\%SymbolsDir%\dump\%dllorExe%\%~n1.pdb %TestBinDir%
  124. goto :EOF
  125. :CopyTest
  126. set dllorexe=%~x1
  127. set dllorexe=%dllorexe:~1,3%
  128. xcopy /D /C %_NTTREE%\security_regression_tests\%1 %TestBinDir%
  129. xcopy /D /C %_NTTREE%\%SymbolsDir%\security_regression_tests\%dllorExe%\%~n1.pdb %TestBinDir%
  130. goto :EOF
  131. ENDLOCAL