Closed avelican closed 2 years ago
Hi! I got (MSYS2) gcc to build Uxn32! :) Everything seems to work.
windres -i uxn32.rc -o uxn32.o gcc uxn32.o core32.c uxn32.c -luser32 -lgdi32 -lshell32 -lshlwapi -lcomdlg32 -lwinmm -lcomctl32
Nice. Thanks for trying it. I will update the readme.
Hi! I got (MSYS2) gcc to build Uxn32! :) Everything seems to work.