mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-15 10:48:04 +00:00
4 lines
162 B
PowerShell
4 lines
162 B
PowerShell
|
|
# to build this, install mingw
|
|
|
|
gcc image_demo.c -ggdb -oimgdemo -lgdi32 -lmingw32 -lole32 -lwindowscodecs # -mwindows # comment -mwindows out for console output |