Add: [Win32] regression project files

This commit is contained in:
glx
2018-12-31 01:06:28 +01:00
committed by glx22
parent 7b5e7aa14f
commit c0a655225d
5 changed files with 100 additions and 0 deletions

6
projects/regression.bat Normal file
View File

@@ -0,0 +1,6 @@
cd ..\bin
editbin /nologo /subsystem:console openttd.exe
cscript /nologo ai\regression\run.vbs
set RESULT=%ERRORLEVEL%
editbin /nologo /subsystem:windows openttd.exe
exit %RESULT%