switch workflow

main
Dominik Madarász 2024-08-19 09:54:01 +02:00
parent afa61873e6
commit 1d768e9dcc
4 changed files with 74364 additions and 74359 deletions

View File

@ -265,7 +265,7 @@ if "%1"=="push" (
)
if "%1"=="prep" (
call make.bat split
call make.bat join
call make.bat amalgamation
exit /b
)
@ -616,6 +616,11 @@ rem rd /q /s _project > nul 2> nul
exit /b
)
@REM join split files together before we compile
setlocal
call make.bat prep
endlocal
set cc=%cc%
set dll=dll
set build=dev

File diff suppressed because it is too large Load Diff

64322
engine/v4k.c

File diff suppressed because it is too large Load Diff

10036
engine/v4k.h

File diff suppressed because it is too large Load Diff