From 6eee0f89198ac0c6d0583a5a93c61d4c9d02af7c Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 24 Jul 2015 00:18:41 -0400 Subject: Readme update --- makeHexsparkles64.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 makeHexsparkles64.bat (limited to 'makeHexsparkles64.bat') 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 -- cgit v1.2.3