Skip to content

Commit

Permalink
Build music support into the framework
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 17, 2013
1 parent aff3acc commit a6c52d4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Xcode/SDL_mixer.xcodeproj/project.pbxproj
Expand Up @@ -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 = "";
Expand All @@ -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 = "";
Expand Down

0 comments on commit a6c52d4

Please sign in to comment.