diff options
author | bjarni <bjarni@openttd.org> | 2005-12-09 13:17:31 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-12-09 13:17:31 +0000 |
commit | 26a5e120e8c763a444b4f344c33da85dcc830bb8 (patch) | |
tree | 9d7e8a513a14468359dca6c32e2de0bf9e5bf0b6 /makefiledir | |
parent | 6cfdfcc4baf0ebe58fa083bc34754fb0f51b7814 (diff) | |
download | openttd-26a5e120e8c763a444b4f344c33da85dcc830bb8.tar.xz |
(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
Diffstat (limited to 'makefiledir')
-rw-r--r-- | makefiledir/Makefile.config_writer | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer index e7500237e..4b56391b6 100644 --- a/makefiledir/Makefile.config_writer +++ b/makefiledir/Makefile.config_writer @@ -116,11 +116,6 @@ $(MAKE_CONFIG): $(call CONFIG_LINE,LDFLAGS_x86:=$(LDFLAGS_x86)) $(call CONFIG_LINE,) - $(call CONFIG_LINE,\# For OSX 10.2 support) - $(call CONFIG_LINE,CFLAGS_JAGUAR:=$(CFLAGS_JAGUAR)) - $(call CONFIG_LINE,LDFLAGS_JAGUAR:=$(LDFLAGS_JAGUAR)) - $(call CONFIG_LINE,) - $(call CONFIG_LINE,\# For cross-compiling) $(call CONFIG_LINE,CC_TARGET:=$(CC_TARGET)) $(call CONFIG_LINE,CC_HOST:=$(CC_HOST)) |