tron [Sat, 10 Dec 2005 07:29:31 +0000] rev 2735
(svn r3280) Merge the seperate (C|CXX|OBJC)_SOURCES variables into a single variable SRCS
Now adding a new file to compile is just adding a line like SRCS += $(FIILE), regardless of type
truelight [Fri, 09 Dec 2005 19:29:11 +0000] rev 2734
(svn r3279) -Fix: do not try to execute something that is not set to execute
-Fix: do not increase an uid number if it isn't returned
truelight [Fri, 09 Dec 2005 19:12:11 +0000] rev 2733
(svn r3278) -Fix: lets update the tail-pointer if we add a new item, else the linkedlist never grows ;)
truelight [Fri, 09 Dec 2005 17:42:56 +0000] rev 2732
(svn r3277) -Fix: lets use the right DoCommand for testing a build (tnx to Igor2Code)
bjarni [Fri, 09 Dec 2005 13:17:31 +0000] rev 2731
(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
bjarni [Fri, 09 Dec 2005 13:07:21 +0000] rev 2730
(svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash
bjarni [Fri, 09 Dec 2005 12:15:52 +0000] rev 2729
(svn r3274) -Fix: [OSX] added JAGUAR flag to crosscompile for OSX 10.2 (codenamed jaguar)
JAGUAR and FAT_BINARY can't be used at the same time
JAGUAR will disable network support due to missing libs in 10.2
bjarni [Fri, 09 Dec 2005 11:08:24 +0000] rev 2728
(svn r3273) -Fix: [OSX] PPC part of universal binaries now target 10.3 instead of 10.4
10.2 support appears to be broken right now
Changed BUILD_UNIVERSAL_BINARY into FAT_BINARY (I got tired of typing)
bjarni [Thu, 08 Dec 2005 21:12:15 +0000] rev 2727
(svn r3272) -Fix: [AI] fixed issue in AI that prevented compilation without network support
hackykid [Thu, 08 Dec 2005 09:12:25 +0000] rev 2726
(svn r3271) Remove some debug statements of mine which somehow got into svn.