From 790a676b3b5f4090efeeee9053bddd8a3df2bdd3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 26 Oct 2014 23:02:35 +0100 Subject: [PATCH] (OSX PPC) Add include dir --- .../OSXPPC/RetroArch_OSX.xcodeproj/project.pbxproj | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/apple/OSXPPC/RetroArch_OSX.xcodeproj/project.pbxproj b/apple/OSXPPC/RetroArch_OSX.xcodeproj/project.pbxproj index bb59378cbe..eb2f071834 100644 --- a/apple/OSXPPC/RetroArch_OSX.xcodeproj/project.pbxproj +++ b/apple/OSXPPC/RetroArch_OSX.xcodeproj/project.pbxproj @@ -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;