Counter Strike : Global Offensive Source Code
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.

23 lines
765 B

  1. if exist c:\rtest rd /s /q c:\rtest
  2. md c:\rtest
  3. md c:\rtest\bin
  4. md c:\rtest\source2
  5. xcopy /s ..\..\..\game\source2 c:\rtest\source2
  6. xcopy ..\..\..\game\bin\rendersystemtest.exe c:\rtest
  7. copy runbenchmarks.cmd c:\rtest
  8. copy macrun.sh c:\rtest
  9. copy readme.txt c:\rtest
  10. for %%f in ( inputsystem worldrenderer filesystem_stdio ) do copy ..\..\..\game\bin\%%f.dll c:\rtest\bin
  11. xcopy ..\..\..\game\bin\rendersystem*.dll c:\rtest\bin
  12. xcopy ..\..\..\game\bin\*.dylib c:\rtest\bin
  13. md c:\rtest\bin\rendersystemtest.app
  14. xcopy /s ..\..\..\game\bin\rendersystemtest.app\*.* c:\rtest\bin\rendersystemtest.app
  15. for %%f in ( tier0 vstdlib) do copy ..\..\..\game\bin\%%f.dll c:\rtest\bin
  16. ..\..\pkzip25 -add -dir=relative c:\rtest\rtest.zip c:\rtest\*.*