diff options
author | bjarni <bjarni@openttd.org> | 2005-12-09 13:07:21 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-12-09 13:07:21 +0000 |
commit | 073aae307e4792f0afbf1c01a7f1b1640c08a1f0 (patch) | |
tree | f0d5922c98f436ad1347bb5af8afc4f6c06a8f0d /Makefile | |
parent | 98ef748715887b45ee3004313c16690caf71c268 (diff) | |
download | openttd-073aae307e4792f0afbf1c01a7f1b1640c08a1f0.tar.xz |
(svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -518,6 +518,7 @@ ifdef OSX ifdef JAGUAR # ensure that changing libpathnames will not overwrite anything in the binary LDFLAGS += -headerpad_max_install_names + CFLAGS += -DJAGUAR_CROSSCOMPILE endif ifndef DEDICATED @@ -753,7 +754,9 @@ 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 |