Smooth replay finish

This commit is contained in:
Miloslav Ciz 2025-06-23 17:14:29 +02:00
parent 5a44fb515b
commit ab70d727b8
8 changed files with 36 additions and 12 deletions

View file

@ -2,5 +2,5 @@
:: work right away, but can hint on how to compile it. MinGW is used as a compiler.
:: It's possible to use this under Wine to not have to touch the horrible OS.
echo making Licar
bin/g++.exe -std=c99 -DSDL_MAIN_HANDLED -ISDL2-2.30.9/x86_64-w64-mingw32/include/ -LSDL2-2.30.9/x86_64-w64-mingw32/lib/ -o licar.exe frontend_sdl.c -lSDL2
bin/g++.exe -std=c99 -O3 -DSDL_MAIN_HANDLED -ISDL2-2.30.9/x86_64-w64-mingw32/include/ -LSDL2-2.30.9/x86_64-w64-mingw32/lib/ -o licar.exe frontend_sdl.c -lSDL2
echo done