summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-12-09 13:17:31 +0000
committerbjarni <bjarni@openttd.org>2005-12-09 13:17:31 +0000
commit26a5e120e8c763a444b4f344c33da85dcc830bb8 (patch)
tree9d7e8a513a14468359dca6c32e2de0bf9e5bf0b6 /Makefile
parent6cfdfcc4baf0ebe58fa083bc34754fb0f51b7814 (diff)
downloadopenttd-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 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index e6e1f6d93..e5e02d4a5 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,6 @@
# Special for crosscompiling there are some commands available:
#
# FAT_BINARY: builds a universal binary for OSX. Make sure you got both PPC and x86 libs
-# JAGUAR: Make the binary suited for MacOS X 10.2 (codenamed jaguar). It will not include network support
#
# ENDIAN_FORCE: forces the endian-check to give a certain result. Can be BE, LE or PREPROCESSOR.
# PREPROCESSOR is always used on all OSX targets and will make the preprocessor pick the right endian.
@@ -515,11 +514,6 @@ ifdef OSX
LDFLAGS += -headerpad_max_install_names
endif
endif
- ifdef JAGUAR
- # ensure that changing libpathnames will not overwrite anything in the binary
- LDFLAGS += -headerpad_max_install_names
- CFLAGS += -DJAGUAR_CROSSCOMPILE
- endif
ifndef DEDICATED
LIBS += -framework QuickTime
@@ -754,9 +748,7 @@ C_SOURCES += music/extmidi.c
endif
ifdef OSX
-ifndef JAGUAR
OBJC_SOURCES += os/macosx/macos.m
-endif
ifndef DEDICATED
C_SOURCES += music/qtmidi.c
endif