Source code of Windows XP (NT5)
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.

22 lines
813 B

  1. rem set SRCROOT%=\\rickhi1\c$
  2. set SRC=%1\nt\private\oleutest
  3. set DST=%2
  4. set PLATFORM=%3
  5. for %%f in (tmarshal dllhost) do copy %SRC%\balls\client\%%f\daytona\obj\%PLATFORM%\*.exe %DST%
  6. for %%f in (balls loops qi cubes mdi mixed rpctst) do copy %SRC%\balls\srv\%%f\daytona\obj\%PLATFORM%\*.exe %DST%
  7. for %%f in (qi dlltest) do copy %SRC%\balls\dll\%%f\daytona\obj\%PLATFORM%\*.dll %DST%
  8. copy %SRC%\balls\oleprx32\proxy\daytona\obj\%PLATFORM%\*.dll %DST%
  9. copy %SRC%\perform\driver\daytona\obj\%PLATFORM%\*.exe %DST%
  10. copy %SRC%\perform\rawrpc\daytona\obj\%PLATFORM%\*.exe %DST%
  11. copy %SRC%\perform\cairole\svr\daytona\obj\%PLATFORM%\*.exe %DST%
  12. copy %SRC%\perform\cairole\dll\daytona\obj\%PLATFORM%\*.dll %DST%
  13. copy %SRC%\perform\driver\*.ini %DST%
  14. copy %SRC%\balls\client\tmarshal\*.ini %DST%
  15.