Introduce new OpenRA.exe entrypoint and change OpenRA.Game to a library.

This commit is contained in:
Paul Chote
2020-11-22 11:52:00 +00:00
committed by teinarss
parent 20fe59e844
commit 07a10069db
17 changed files with 130 additions and 63 deletions

View File

@@ -17,10 +17,10 @@ echo.
goto choosemod
:launchmod
bin\OpenRA.Game.exe Engine.EngineDir=".." Game.Mod=%mod% %*
bin\OpenRA.exe Engine.EngineDir=".." Game.Mod=%mod% %*
goto end
:launch
bin\OpenRA.Game.exe Engine.EngineDir=".." %*
bin\OpenRA.exe Engine.EngineDir=".." %*
:end
if %errorlevel% neq 0 goto crashdialog