From 477aa9f69c7de801fcab952cb7ddc7af36f7f89d Mon Sep 17 00:00:00 2001 From: bjarni Date: Tue, 25 Oct 2005 19:41:32 +0000 Subject: (svn r3088) -Fix: [OSX] fixed issue where OSX could not dynamic link to quicktime [ 1334917 ] --- Makefile | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fe5fef1d3..8a4e3ad4f 100644 --- a/Makefile +++ b/Makefile @@ -494,16 +494,22 @@ STRGEN_FLAGS= endif -# OSX path setup +# OSX specific setup ifdef OSX -ifndef SECOND_DATA_PATH -SECOND_DATA_PATH:="$(OSXAPP)/Contents/Data/" -endif -ifndef CUSTOM_LANG_DIR -ifndef DEDICATED -CUSTOM_LANG_DIR:="$(OSXAPP)/Contents/Lang/" -endif -endif + ifndef DEDICATED + LIBS += -framework QuickTime + endif + + # OSX path setup + ifndef SECOND_DATA_PATH + SECOND_DATA_PATH:="$(OSXAPP)/Contents/Data/" + endif + + ifndef CUSTOM_LANG_DIR + ifndef DEDICATED + CUSTOM_LANG_DIR:="$(OSXAPP)/Contents/Lang/" + endif + endif endif ifdef MIDI -- cgit v1.2.3-54-g00ecf