From 707a5be743acec51a6bb605be6819d8e4f6b2c5e Mon Sep 17 00:00:00 2001 From: KittenPopo Date: Sun, 25 Jul 2021 04:23:52 +0000 Subject: [PATCH] Delete mkdist.cmd --- mkdist.cmd | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 mkdist.cmd diff --git a/mkdist.cmd b/mkdist.cmd deleted file mode 100644 index 8e25ac5..0000000 --- a/mkdist.cmd +++ /dev/null @@ -1,23 +0,0 @@ -if exist c:\rtest rd /s /q c:\rtest -md c:\rtest -md c:\rtest\bin -md c:\rtest\source2 -xcopy /s ..\..\..\game\source2 c:\rtest\source2 -xcopy ..\..\..\game\bin\rendersystemtest.exe c:\rtest - -copy runbenchmarks.cmd c:\rtest -copy macrun.sh c:\rtest -copy readme.txt c:\rtest - -for %%f in ( inputsystem worldrenderer filesystem_stdio ) do copy ..\..\..\game\bin\%%f.dll c:\rtest\bin - -xcopy ..\..\..\game\bin\rendersystem*.dll c:\rtest\bin -xcopy ..\..\..\game\bin\*.dylib c:\rtest\bin - -md c:\rtest\bin\rendersystemtest.app -xcopy /s ..\..\..\game\bin\rendersystemtest.app\*.* c:\rtest\bin\rendersystemtest.app - -for %%f in ( tier0 vstdlib) do copy ..\..\..\game\bin\%%f.dll c:\rtest\bin - -..\..\pkzip25 -add -dir=relative c:\rtest\rtest.zip c:\rtest\*.* -