From 0df279ad8735176f7bb3ffbac1971cd5bdc6572a Mon Sep 17 00:00:00 2001 From: cheapie Date: Wed, 26 Aug 2015 02:28:37 -0400 Subject: One source file for XChat and HexChat 4hexchat.c was really ugly and I'm removing the need for it. Now there's a HEXCHAT define, and turning it on makes all the XChat API functions aliases to the HexChat API functions --- makeHexsparkles.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'makeHexsparkles.bat') diff --git a/makeHexsparkles.bat b/makeHexsparkles.bat index 6b47ab9..07b3a5c 100644 --- a/makeHexsparkles.bat +++ b/makeHexsparkles.bat @@ -1,4 +1,3 @@ -4hexchat sparkles.c hexsparkles.c -gcc -c -o hexsparkles.o hexsparkles.c -std=gnu99 +gcc -c -o hexsparkles.o sparkles.c -D HEXCHAT -std=gnu99 gcc -o hexsparkles.dll -s -shared hexsparkles.o -Wl,--subsystem,windows pause \ No newline at end of file -- cgit v1.2.3