OpenTTD/os/macosx
bjarni 9c96bcb997 (svn r4149) -Codechange: [OSX] rewrite of how universal binaries are compiled
Now OSX stores object files in .OSX and instead of making FAT object files, there are one for each architecture
	Each architecture got their own targets to make a non-FAT binary and in the end, lipo will merge them into one binary

	It's now possible to select which architectures you want to support by defining OTTD_PPC, OTTD_PPC970 (G5) and/or OTTD_i386
	All combos are supported. UNIVERSAL_BINARY and TRIPLE_BINARY can still be used even though it's possible to gain the same result by using the new flags
	Making a universal build when you already got part of it compiled (say the PPC part), it will reuse it and only compile the i386 part to save time
	Note: in some cases when you switch flags, you risk that openttd is not updated. Delete it and try again. The Makefile can't solve this except if it forces linking each time

	This fixes: FS#87 universal binary building borked in 0.4.7
	Now universal binaries work on OSX 10.3.9 again

	Building universal binaries no longer needs to store flags in Makefile.config as the new design makes it possible to figure everything out automatically
2006-03-29 16:28:41 +00:00
..
G5_detector.c (svn r3682) -Fix: didn't write $ correct in G5_detector in r3673, which caused problems for tortoisesvn 2006-02-27 19:49:53 +00:00
Makefile (svn r4149) -Codechange: [OSX] rewrite of how universal binaries are compiled 2006-03-29 16:28:41 +00:00
Makefile.setup (svn r4149) -Codechange: [OSX] rewrite of how universal binaries are compiled 2006-03-29 16:28:41 +00:00
Open_Transport_Tycoon_Forum.webloc (svn r2198) renamed MacOS to MacOSX where it was written wrong. Made myself MacOSX porter as well as coder 2005-04-14 20:42:30 +00:00
Open_Transport_Tycoon_Homepage.webloc (svn r2198) renamed MacOS to MacOSX where it was written wrong. Made myself MacOSX porter as well as coder 2005-04-14 20:42:30 +00:00
SourceForge_OpenTTD_project_homepage.webloc (svn r2198) renamed MacOS to MacOSX where it was written wrong. Made myself MacOSX porter as well as coder 2005-04-14 20:42:30 +00:00
macos.h (svn r3740) -Feature: [OSX] added OS version, CPU type and newGRF settings to assert window and a message to tell people to add that to a bug report 2006-03-02 21:43:09 +00:00
macos.m (svn r3745) Fix two buffer overflows, one case of undefined behavior (the destination buffer of sprintf() may not alias with one of its arguments) and some other minor stuff introduced in r3740 2006-03-03 07:51:41 +00:00
openttd.icns (svn r2198) renamed MacOS to MacOSX where it was written wrong. Made myself MacOSX porter as well as coder 2005-04-14 20:42:30 +00:00
osx_stdafx.h (svn r3596) -Codechange: [OSX] changed to use Apple's macros instead of OTTD macros for endian conversion 2006-02-12 14:31:33 +00:00
plistgen.sh (svn r2745) -Fix: [OSX] removed the assert window introduced in 2741 from strgen 2005-07-29 09:45:25 +00:00
splash.c (svn r3512) Yet more whitespace fixes (mostly by Rubidium) 2006-02-01 09:08:25 +00:00
splash.h (svn r3395) Add Id tag (and svn property) to macosx files. 2006-01-12 11:20:41 +00:00
splash.png (svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil) 2005-12-10 11:16:45 +00:00