Bring back bld with new design

This commit is contained in:
Krzosa Karol
2024-01-03 22:01:32 +01:00
parent 3d074ce0ac
commit d13c0e6f86
4 changed files with 361 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ set RELEASE_LINE=%RELEASE% %WRN% %COMMON% -link -incremental:no %LINK_RELEASE%
mkdir build
cd build
cl.exe -Fe:bld.exe ../bld_main.cpp %DEBUG_LINE%
if %errorlevel% neq 0 exit /b %errorlevel%
rem bld.exe
if %errorlevel% neq 0 exit /b %errorlevel%
cl.exe -Fe:test_arena.exe ../test/test_arena.cpp %DEBUG_LINE%
if %errorlevel% neq 0 exit /b %errorlevel%