summaryrefslogtreecommitdiff
path: root/makeHexsparkles64.bat
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2015-07-24 00:18:41 -0400
committercheapie <no-email-for-you@example.com>2015-07-24 00:18:41 -0400
commit6eee0f89198ac0c6d0583a5a93c61d4c9d02af7c (patch)
tree9ed2114123cc1f4c94d2a688038bf7014380b04d /makeHexsparkles64.bat
parentaa30de1b80abd9a39fd60ee6ad9bb068938ef60c (diff)
downloadsparkles-6eee0f89198ac0c6d0583a5a93c61d4c9d02af7c.tar
sparkles-6eee0f89198ac0c6d0583a5a93c61d4c9d02af7c.tar.gz
sparkles-6eee0f89198ac0c6d0583a5a93c61d4c9d02af7c.tar.bz2
sparkles-6eee0f89198ac0c6d0583a5a93c61d4c9d02af7c.tar.xz
sparkles-6eee0f89198ac0c6d0583a5a93c61d4c9d02af7c.zip
Readme update
Diffstat (limited to 'makeHexsparkles64.bat')
-rw-r--r--makeHexsparkles64.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/makeHexsparkles64.bat b/makeHexsparkles64.bat
new file mode 100644
index 0000000..0539496
--- /dev/null
+++ b/makeHexsparkles64.bat
@@ -0,0 +1,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 \ No newline at end of file