Add WinShit make file

This commit is contained in:
Miloslav Ciz 2025-06-22 22:02:25 +02:00
parent 5522f03daf
commit 00836a5e6f
3 changed files with 15 additions and 6 deletions

6
make.bat Normal file
View file

@ -0,0 +1,6 @@
:: Win$hit BAT file to help make Licar under that horrible OS. It probably won't
:: 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
echo done