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