summaryrefslogtreecommitdiff
path: root/makeHexsparkles.bat
diff options
context:
space:
mode:
Diffstat (limited to 'makeHexsparkles.bat')
-rw-r--r--makeHexsparkles.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/makeHexsparkles.bat b/makeHexsparkles.bat
index 8884a59..6b47ab9 100644
--- a/makeHexsparkles.bat
+++ b/makeHexsparkles.bat
@@ -1,4 +1,4 @@
4hexchat sparkles.c hexsparkles.c
-gcc -Wall -Os -DWIN32 -c hexsparkles.c
-dllwrap --def HexChat.def --dllname hexsparkles.dll hexsparkles.o
+gcc -c -o hexsparkles.o hexsparkles.c -std=gnu99
+gcc -o hexsparkles.dll -s -shared hexsparkles.o -Wl,--subsystem,windows
pause \ No newline at end of file