summaryrefslogtreecommitdiff
path: root/makeSparkles.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 /makeSparkles.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 'makeSparkles.bat')
-rw-r--r--makeSparkles.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/makeSparkles.bat b/makeSparkles.bat
new file mode 100644
index 0000000..1007c88
--- /dev/null
+++ b/makeSparkles.bat
@@ -0,0 +1,3 @@
+gcc -Wall -Os -DWIN32 -c sparkles.c
+dllwrap --def XChat.def --dllname sparkles.dll sparkles.o
+pause