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.

13 lines
487 B

  1. @echo off
  2. echo Copying files...
  3. copy \\winbuilds\release\main\usa\latest.tst\x86fre\test\windows\gdiplus\gptest.exe . > nul
  4. copy \\winbuilds\release\main\usa\latest.tst\x86fre\test\windows\gdiplus\gpcfm.exe . > nul
  5. copy %gdiproot%\engine\flat\dll\obj%BUILD_ALT_DIR%\i386\gdiplus.dll . > nul
  6. copy %gdiproot%\engine\flat\dll\obj%BUILD_ALT_DIR%\i386\MicrosoftWindowsGdiPlus-1000-gdiplus.pdb . > nul
  7. touch /c gptest.exe.local
  8. touch /c gpcfm.exe.local
  9. call testrunner.cmd %*