summaryrefslogtreecommitdiff
path: root/makeHexsparkles.bat
blob: 6b47ab9418b851ef443d2b3d88b0798a92919bbd (plain)
1
2
3
4
4hexchat sparkles.c hexsparkles.c
gcc -c -o hexsparkles.o hexsparkles.c -std=gnu99
gcc -o hexsparkles.dll -s -shared hexsparkles.o -Wl,--subsystem,windows
pause