From 7044d81a403a31031672d551f289e77c4e77217e Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 28 Jul 2011 20:25:05 +1200 Subject: [PATCH] remove dead makedist.cmd --- makedist.cmd | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 makedist.cmd diff --git a/makedist.cmd b/makedist.cmd deleted file mode 100644 index a491c741e5..0000000000 --- a/makedist.cmd +++ /dev/null @@ -1,16 +0,0 @@ -@rmdir /s /q ..\openra-bin -@mkdir ..\openra-bin -@if "%1"=="--nomix" goto nomix -@copy *.mix ..\openra-bin\ -:nomix -@copy *.ini ..\openra-bin\ -@copy *.til ..\openra-bin\ -@copy INSTALL ..\openra-bin\ -@copy LICENSE ..\openra-bin\ -@copy *.fx ..\openra-bin\ -@copy OpenRA.Server\bin\debug\OpenRA.Server.exe ..\openra-bin\ -@copy SequenceEditor\bin\debug\SequenceEditor.exe ..\openra-bin\ -@copy OpenRA.Game\bin\debug\*.dll ..\openra-bin\ -@copy OpenRA.Game\bin\debug\OpenRa.Game.exe ..\openra-bin\ -@xcopy /E mods ..\openra-bin\mods\ -@copy bogus.* ..\openra-bin\ \ No newline at end of file