(OSX PPC) Add include dir

This commit is contained in:
twinaphex 2014-10-26 23:02:35 +01:00
parent 9bbccc31ef
commit 790a676b3b

View File

@ -7,7 +7,6 @@
objects = {
/* Begin PBXBuildFile section */
7AEFCD7B192128D900FB5B6A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AEFCD7A192128D900FB5B6A /* main.m */; };
7AEFCD7D192128EA00FB5B6A /* utility.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AEFCD7C192128EA00FB5B6A /* utility.m */; };
7AEFCD7F192128FE00FB5B6A /* RAGameView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AEFCD7E192128FE00FB5B6A /* RAGameView.m */; };
7AEFCD831921292900FB5B6A /* platform.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AEFCD821921292900FB5B6A /* platform.m */; };
@ -27,7 +26,6 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
7AEFCD7A192128D900FB5B6A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ../common/main.m; sourceTree = SOURCE_ROOT; };
7AEFCD7C192128EA00FB5B6A /* utility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = utility.m; path = ../common/utility.m; sourceTree = SOURCE_ROOT; };
7AEFCD7E192128FE00FB5B6A /* RAGameView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAGameView.m; path = ../common/RAGameView.m; sourceTree = SOURCE_ROOT; };
7AEFCD821921292900FB5B6A /* platform.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = platform.m; path = ../OSX/platform.m; sourceTree = SOURCE_ROOT; };
@ -128,7 +126,6 @@
isa = PBXGroup;
children = (
7AEFCD7E192128FE00FB5B6A /* RAGameView.m */,
7AEFCD7A192128D900FB5B6A /* main.m */,
7AEFCD7C192128EA00FB5B6A /* utility.m */,
);
path = common;
@ -219,7 +216,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7AEFCD7B192128D900FB5B6A /* main.m in Sources */,
7AEFCD7D192128EA00FB5B6A /* utility.m in Sources */,
7AEFCD7F192128FE00FB5B6A /* RAGameView.m in Sources */,
7AEFCD831921292900FB5B6A /* platform.m in Sources */,
@ -264,7 +260,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)";
HEADER_SEARCH_PATHS = "$(SRCROOT)/..";
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../../libretro-sdk/include",
"$(SRCROOT)/..",
);
ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH)";
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
};
@ -275,7 +274,10 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
HEADER_SEARCH_PATHS = "$(SRCROOT)/..";
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../../libretro-sdk/include",
"$(SRCROOT)/..",
);
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
};
name = Release;