os/macosx/Makefile.setup
Sat, 30 Dec 2006 23:00:52 +0000 Darkvater (svn r7664) -Backport from trunk (r7587, r7588, r7600, r7605, r7626, r7629): 0.5
Sat, 27 May 2006 17:51:11 +0000 truelight (svn r4989) -Fix: make the OSX Makefile stuff to work with the compile-farm
Sat, 27 May 2006 16:12:16 +0000 KUDr (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
Wed, 29 Mar 2006 16:28:41 +0000 bjarni (svn r4149) -Codechange: [OSX] rewrite of how universal binaries are compiled
Fri, 24 Mar 2006 06:40:49 +0000 tron (svn r4076) Back out r4074. It doesn't work and leads to make endlessly calling itself. NOTE: Delete Makefile.config to recover.
Thu, 23 Mar 2006 23:54:43 +0000 bjarni (svn r4074) -Feature: [Makefile] the makefile can now detect if iconv is present in the system
Wed, 22 Mar 2006 13:06:50 +0000 bjarni (svn r4019) -Fix: [OSX] stopped using iconv for 10.2.8, since it was added in 10.3
Wed, 15 Mar 2006 14:11:17 +0000 bjarni (svn r3884) renamed TRIPPLE_BINARY to TRIPLE_BINARY
Wed, 15 Mar 2006 14:03:09 +0000 bjarni (svn r3882) -Codechange: [OSX] changed the way universal and tripple binaries are build
Mon, 27 Feb 2006 16:58:26 +0000 bjarni (svn r3679) -Fix: [OSX] fixed warning introduced in r3670 about permission denied in G5_detector.c when compiling without having Makefile.config
Sat, 25 Feb 2006 22:03:30 +0000 bjarni (svn r3675) -Fix: [OSX] made the default gcc names for building universal binaries into the newest gcc for each target instead of hardcoding it for 4.0.0
Sat, 25 Feb 2006 21:25:23 +0000 bjarni (svn r3674) -Feature: [OSX] Added support for tripple binaries (binaries optimised for G3, G5 and i686)
Sat, 25 Feb 2006 18:11:11 +0000 bjarni (svn r3673) -Codechange: [OSX] changed the makefile to autodetect if it compiles on G5 and then adds flags to optimise for G5
Sat, 07 Jan 2006 13:13:49 +0000 bjarni (svn r3383) -Code cleanup: [OSX] removed SDL support from FAT binaries as it caused problems for non-SDL builds
Sat, 07 Jan 2006 12:53:57 +0000 bjarni (svn r3382) -Feature: [OSX] added the flag JAGUAR to crosscompile for OSX 10.2.8 on 10.4
Sat, 10 Dec 2005 23:03:59 +0000 bjarni (svn r3286) -Fix: [OSX] 10.2 works again and universal binaries got 10.2 as target by default
Fri, 09 Dec 2005 13:17:31 +0000 bjarni (svn r3276) reverted the last two commits. OSX 10.2 kept finding new stuff to prevent it from running OpenTTD, so now it's not supported anymore
Fri, 09 Dec 2005 13:07:21 +0000 bjarni (svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash
Fri, 09 Dec 2005 12:15:52 +0000 bjarni (svn r3274) -Fix: [OSX] added JAGUAR flag to crosscompile for OSX 10.2 (codenamed jaguar)
Fri, 09 Dec 2005 11:08:24 +0000 bjarni (svn r3273) -Fix: [OSX] PPC part of universal binaries now target 10.3 instead of 10.4
Tue, 06 Dec 2005 22:09:28 +0000 bjarni (svn r3267) -Codechange: [OSX] universal binary makefile code cleanup