Output compiled binaries to ./bin.

This commit is contained in:
Paul Chote
2020-11-21 18:39:11 +00:00
committed by teinarss
parent 6ad5b9ebc4
commit 20fe59e844
29 changed files with 124 additions and 163 deletions

View File

@@ -1,9 +1,10 @@
@echo off
title OpenRA.Utility.exe
set ENGINE_DIR=..
:choosemod
echo ----------------------------------------
echo.
call OpenRA.Utility.exe
call bin\OpenRA.Utility.exe
echo Enter --exit to exit
set /P mod="Please enter a modname: OpenRA.Utility.exe "
if /I "%mod%" EQU "--exit" (exit /b)
@@ -20,7 +21,7 @@ echo.
echo ----------------------------------------
echo.
echo OpenRA.Utility.exe %mod%
call OpenRA.Utility.exe %mod%
call bin\OpenRA.Utility.exe %mod%
:start
echo.
echo ----------------------------------------
@@ -38,5 +39,5 @@ echo.
echo ----------------------------------------
echo.
echo OpenRA.Utility.exe %mod% %command%
call OpenRA.Utility.exe %mod% %command%
call bin\OpenRA.Utility.exe %mod% %command%
goto start