summaryrefslogtreecommitdiff
path: root/makeHexsparkles.bat
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2014-02-02 02:12:47 -0500
committercheapie <no-email-for-you@example.com>2014-02-02 02:12:47 -0500
commit8d2199c705efc8a912c0640b8dbe5cc638546363 (patch)
treeaf7633652801a53c83ac8a3a025e94e61c44f3cc /makeHexsparkles.bat
parentc1b95b0468bf79528fe4d165a9c8025684da69da (diff)
downloadsparkles-8d2199c705efc8a912c0640b8dbe5cc638546363.tar
sparkles-8d2199c705efc8a912c0640b8dbe5cc638546363.tar.gz
sparkles-8d2199c705efc8a912c0640b8dbe5cc638546363.tar.bz2
sparkles-8d2199c705efc8a912c0640b8dbe5cc638546363.tar.xz
sparkles-8d2199c705efc8a912c0640b8dbe5cc638546363.zip
added Sparkles source files
Diffstat (limited to 'makeHexsparkles.bat')
-rw-r--r--makeHexsparkles.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/makeHexsparkles.bat b/makeHexsparkles.bat
new file mode 100644
index 0000000..8884a59
--- /dev/null
+++ b/makeHexsparkles.bat
@@ -0,0 +1,4 @@
+4hexchat sparkles.c hexsparkles.c
+gcc -Wall -Os -DWIN32 -c hexsparkles.c
+dllwrap --def HexChat.def --dllname hexsparkles.dll hexsparkles.o
+pause \ No newline at end of file