Log

util-src/Makefile @ 3917:263a133bdf5a

description author age
util-src/Makefile, util-src/encodings.c{,pp}: Port ICU code to C, rename encodings.cpp back to .c and amend the Makefile accordingly Matthew Wild Fri, 17 Dec 2010 22:32:21 +0000
util.encodings: Support for ICU for IDNA operations. Tobias Markmann Tue, 14 Dec 2010 15:03:37 +0100
util-src/Makefile: Stop linking dynamic libraries to Lua, it isn't necessary as symbols are exported from the Lua binary (thanks deryni) Matthew Wild Thu, 08 Jul 2010 18:59:17 +0100
util-src/Makefile: Clean up makefile (re-commit because MattJ shouldn't commit anything at 3AM) Brian Cully Fri, 04 Dec 2009 12:14:14 +0000
util-src/Makefile: Add missing flags to building of util.signal Matthew Wild Mon, 19 Oct 2009 21:08:40 +0100
Makefile: Don't combine variable export with assignment for compatibility with other shells (thanks Filip) Matthew Wild Tue, 29 Sep 2009 13:59:35 +0100
Makefiles: Add signal.so to install targets Matthew Wild Sun, 12 Apr 2009 03:02:51 +0100
Makefiles, util.signal: Add lsignal library for catching POSIX signals Matthew Wild Sun, 12 Apr 2009 02:53:00 +0100
Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure script. Add --lflags to ./configure script. Thanks to Lorenzo for the initial patch! Matthew Wild Sat, 14 Feb 2009 15:38:37 +0000
Remove redundant linking in util-src modules' Makefile Matthew Wild Mon, 02 Feb 2009 18:02:20 +0000
Makefile fix for clean target Matthew Wild Sun, 28 Dec 2008 05:09:38 +0000
Add posix support library, and adjust makefiles for it Matthew Wild Sat, 06 Dec 2008 23:20:59 +0000
Fix Makefile to link with Lua again 0.1.0 Matthew Wild Wed, 03 Dec 2008 20:00:17 +0000
Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes Matthew Wild Wed, 03 Dec 2008 19:55:57 +0000
Making makefile work under OS X finally. Yeah OS X's gcc is a little bit strange. Tobias Markmann Wed, 03 Dec 2008 20:32:03 +0100