diff --git a/makedist.cmd b/makedist.cmd index 7807942a83..491b62eefe 100644 --- a/makedist.cmd +++ b/makedist.cmd @@ -1,15 +1,17 @@ -rmdir /s /q ..\openra-bin -mkdir ..\openra-bin -copy *.mix ..\openra-bin\ -copy *.ini ..\openra-bin\ -copy *.rem ..\openra-bin\ -copy *.til ..\openra-bin\ -copy INSTALL ..\openra-bin\ -copy LICENSE ..\openra-bin\ -copy *.fx ..\openra-bin\ -copy *.xml ..\openra-bin\ -copy specialbin.png ..\openra-bin\ -copy OpenRA.Server\bin\debug\OpenRA.Server ..\openra-bin\ -copy SequenceEditor\bin\x86\debug\SequenceEditor.exe ..\openra-bin\ -copy OpenRA.Game\bin\x86\debug\*.dll ..\openra-bin\ -copy OpenRA.Game\bin\x86\debug\OpenRa.Game.exe ..\openra-bin\ \ No newline at end of file +@rmdir /s /q ..\openra-bin +@mkdir ..\openra-bin +@if "%1"=="--nomix" goto nomix +@copy *.mix ..\openra-bin\ +:nomix +@copy *.ini ..\openra-bin\ +@copy *.rem ..\openra-bin\ +@copy *.til ..\openra-bin\ +@copy INSTALL ..\openra-bin\ +@copy LICENSE ..\openra-bin\ +@copy *.fx ..\openra-bin\ +@copy *.xml ..\openra-bin\ +@copy specialbin.png ..\openra-bin\ +@copy OpenRA.Server\bin\debug\OpenRA.Server.exe ..\openra-bin\ +@copy SequenceEditor\bin\x86\debug\SequenceEditor.exe ..\openra-bin\ +@copy OpenRA.Game\bin\x86\debug\*.dll ..\openra-bin\ +@copy OpenRA.Game\bin\x86\debug\OpenRa.Game.exe ..\openra-bin\