mozeal / SDL_gui

GUI library for SDL2
MIT License
317 stars 57 forks source link

MinGW build for one of example #15

Open ILW000 opened 3 years ago

ILW000 commented 3 years ago

Used MSYS2 installation on Windows 7 with toolchain and precompiled libraries packages in mingw32. Small fix was applied in libbrotl.pc to provide static compilation (-lbrotl changed to -lbrotl-static inside libbrotl.pc files).

The resulting file "MyProgram.exe" has a size of 9.51 MB (9 979 185 bytes).

ILW000 commented 3 years ago

Added MinGW build for 0100_GUI_App