summaryrefslogtreecommitdiff
path: root/makeHexsparkles64.bat
diff options
context:
space:
mode:
Diffstat (limited to 'makeHexsparkles64.bat')
-rw-r--r--makeHexsparkles64.bat3
1 files changed, 1 insertions, 2 deletions
diff --git a/makeHexsparkles64.bat b/makeHexsparkles64.bat
index 0539496..26d7270 100644
--- a/makeHexsparkles64.bat
+++ b/makeHexsparkles64.bat
@@ -1,4 +1,3 @@
-4hexchat sparkles.c hexsparkles.c
-gcc -c -o hexsparkles64.o hexsparkles.c -std=gnu99 -m64
+gcc -c -o hexsparkles64.o sparkles.c -D HEXCHAT -std=gnu99 -m64
gcc -o hexsparkles64.dll -s -shared hexsparkles64.o -Wl,--subsystem,windows -m64
pause \ No newline at end of file