From a6c52d485a5b5dfa86c1d88507214fcf87055007 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 17 Apr 2013 01:27:39 -0700 Subject: [PATCH] Build music support into the framework --- Xcode/SDL_mixer.xcodeproj/project.pbxproj | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Xcode/SDL_mixer.xcodeproj/project.pbxproj b/Xcode/SDL_mixer.xcodeproj/project.pbxproj index 1f569d4c..231dc284 100755 --- a/Xcode/SDL_mixer.xcodeproj/project.pbxproj +++ b/Xcode/SDL_mixer.xcodeproj/project.pbxproj @@ -777,6 +777,13 @@ 00B7E490097EC6B300826121 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + GCC_PREPROCESSOR_DEFINITIONS = ( + CMD_MUSIC, + WAV_MUSIC, + MID_MUSIC, + USE_NATIVE_MIDI, + MP3_MUSIC_DISABLED, + ); LIBRARY_STYLE = STATIC; OTHER_LIBTOOL_FLAGS = ""; OTHER_REZFLAGS = ""; @@ -789,6 +796,13 @@ isa = XCBuildConfiguration; buildSettings = { DEBUGGING_SYMBOLS = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + CMD_MUSIC, + WAV_MUSIC, + MID_MUSIC, + USE_NATIVE_MIDI, + MP3_MUSIC_DISABLED, + ); LIBRARY_STYLE = STATIC; OTHER_LIBTOOL_FLAGS = ""; OTHER_REZFLAGS = "";