Smooth replay finish
This commit is contained in:
parent
5a44fb515b
commit
ab70d727b8
8 changed files with 36 additions and 12 deletions
2
make.bat
2
make.bat
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue