SLOW_BUILD, 2 additional build targets, improve word complete

This commit is contained in:
Krzosa Karol
2026-01-25 08:54:00 +01:00
parent 863f140edc
commit 7ae4e74f50
9 changed files with 78 additions and 30 deletions

View File

@@ -6,6 +6,7 @@ for %%a in (%*) do set "%%~a=1"
if not "%release%"=="1" set debug=1
if "%debug%"=="1" set release=0 && echo [debug mode]
if "%release%"=="1" set debug=0 && echo [release mode]
if "%slow%"=="1" echo [slow mode]
if "%package%"=="1" echo [package zip]
if not exist "src\external\SDL" (
@@ -28,6 +29,7 @@ pushd build
set flags=/EHsc- /MT /Zi /FC /nologo /WX /W3 /wd4200 /wd4334 /diagnostics:column
if "%release%"=="1" set flags=%flags% -O2 -DDEBUG_BUILD=0
if "%slow%"=="1" set flags=%flags% -DSLOW_BUILD=1
set libs=%sdllib%/SDL3-static.lib %sdllib%/SDL_uclibc.lib kernel32.lib gdi32.lib user32.lib Imm32.lib ole32.lib Shell32.lib OleAut32.lib Cfgmgr32.lib Setupapi.lib Advapi32.lib version.lib winmm.lib
rem rc ..\data\icon.rc