Embed the SDL2 libraries into vendor:sdl2

This commit is contained in:
gingerBill
2021-08-22 17:05:06 +01:00
parent 037cc679c4
commit 36cb1f868b
74 changed files with 6396 additions and 3 deletions
+5 -3
View File
@@ -68,10 +68,12 @@ set linker_settings=%libs% %linker_flags%
del *.pdb > NUL 2> NUL
del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" "src\libtommath.cpp" /link %linker_settings% -OUT:%exe_name%
rem cl %compiler_settings% "src\main.cpp" "src\libtommath.cpp" /link %linker_settings% -OUT:%exe_name%
cl %compiler_settings% "src\main.cpp" "src\libtommath.cpp" /link %linker_settings% -OUT:%exe_name% ^
&& odin run examples/demo -vet
if %errorlevel% neq 0 goto end_of_build
if %release_mode% EQU 0 odin run examples/demo/demo.odin
rem if %errorlevel% neq 0 goto end_of_build
rem if %release_mode% EQU 0 odin check examples/all
del *.obj > NUL 2> NUL