From effbdd802f2272dc7320b4e3b91c736c35229535 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sun, 19 Jul 2015 04:09:06 -0400 Subject: Sparkles 1.0 Option to force UTF-8 Replchars now actually works /yiff allows custom action lists Character counter SendModeSelect now has a cap of 100 users, not 40 Openlogs actually interprets irc_logmask Removed really obsolete pointless stuff \i is now italics; \R is inverse instead More species in /yiff Accents uses unicode Better unicode support Ability to save settings to the config --- makeHexsparkles.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makeHexsparkles.bat') diff --git a/makeHexsparkles.bat b/makeHexsparkles.bat index 8884a59..6b47ab9 100644 --- a/makeHexsparkles.bat +++ b/makeHexsparkles.bat @@ -1,4 +1,4 @@ 4hexchat sparkles.c hexsparkles.c -gcc -Wall -Os -DWIN32 -c hexsparkles.c -dllwrap --def HexChat.def --dllname hexsparkles.dll hexsparkles.o +gcc -c -o hexsparkles.o hexsparkles.c -std=gnu99 +gcc -o hexsparkles.dll -s -shared hexsparkles.o -Wl,--subsystem,windows pause \ No newline at end of file -- cgit v1.2.3