sparkles/makeHexsparkles64.bat

3 lines
150 B
Batchfile
Raw Normal View History

gcc -c -o hexsparkles64.o sparkles.c -D HEXCHAT -std=gnu99 -m64
2015-07-23 21:18:41 -07:00
gcc -o hexsparkles64.dll -s -shared hexsparkles64.o -Wl,--subsystem,windows -m64
pause