From 073aae307e4792f0afbf1c01a7f1b1640c08a1f0 Mon Sep 17 00:00:00 2001 From: bjarni Date: Fri, 9 Dec 2005 13:07:21 +0000 Subject: (svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 22496d41a..e6e1f6d93 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf