(svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash

This commit is contained in:
bjarni
2005-12-09 13:07:21 +00:00
parent 98ef748715
commit 073aae307e
4 changed files with 7 additions and 2 deletions

View File

@@ -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