mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 01:21:10 +00:00
(OSX PPC) Build fixes
This commit is contained in:
parent
767607f03b
commit
75e7d10eba
apple
OSX
RetroArch_OSX_PPC.xcodeproj
RetroArch_OSX_PPC.xcodeproj
build/RetroArch_OSX_PPC.build/RetroArch_OSX_PPC.pbxindex
common
@ -17,9 +17,9 @@
|
||||
|
||||
#include <objc/runtime.h>
|
||||
|
||||
#import "RetroArch_Apple.h"
|
||||
#include "rarch_wrapper.h"
|
||||
#include "apple/common/apple_input.h"
|
||||
#import "../common/RetroArch_Apple.h"
|
||||
#include "../common/rarch_wrapper.h"
|
||||
#include "../common/apple_input.h"
|
||||
|
||||
#include "file.h"
|
||||
|
||||
|
@ -14,12 +14,12 @@
|
||||
*/
|
||||
|
||||
#import <objc/runtime.h>
|
||||
#import "apple/common/RetroArch_Apple.h"
|
||||
#include "apple/common/setting_data.h"
|
||||
#include "apple/common/apple_input.h"
|
||||
#import "../common/RetroArch_Apple.h"
|
||||
#include "../common/setting_data.h"
|
||||
#include "../common/apple_input.h"
|
||||
|
||||
#include "driver.h"
|
||||
#include "input/input_common.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../input/input_common.h"
|
||||
|
||||
static void* const associated_name_tag = (void*)&associated_name_tag;
|
||||
|
||||
|
@ -9,6 +9,8 @@
|
||||
/* Begin PBXBuildFile section */
|
||||
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
|
||||
7AA19E9618AA09D000D16488 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AA19E9518AA09D000D16488 /* OpenGL.framework */; };
|
||||
7AA19E9E18AA0C9900D16488 /* platform.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AA19E9D18AA0C9900D16488 /* platform.m */; };
|
||||
7AA19EA018AA0CA600D16488 /* settings.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AA19E9F18AA0CA600D16488 /* settings.m */; };
|
||||
7AD7B1E718A83D0100A1C0C1 /* griffin.c in Sources */ = {isa = PBXBuildFile; fileRef = 7AD7B1E618A83D0100A1C0C1 /* griffin.c */; };
|
||||
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
|
||||
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
||||
@ -22,6 +24,8 @@
|
||||
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
|
||||
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
||||
7AA19E9518AA09D000D16488 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
|
||||
7AA19E9D18AA0C9900D16488 /* platform.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = platform.m; path = ../OSX/platform.m; sourceTree = SOURCE_ROOT; };
|
||||
7AA19E9F18AA0CA600D16488 /* settings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = settings.m; path = ../OSX/settings.m; sourceTree = SOURCE_ROOT; };
|
||||
7AD7B1E618A83D0100A1C0C1 /* griffin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = griffin.c; path = ../../griffin/griffin.c; sourceTree = SOURCE_ROOT; };
|
||||
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
8D1107320486CEB800E47090 /* RetroArch_OSX_PPC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArch_OSX_PPC.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
@ -89,6 +93,8 @@
|
||||
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7AA19E9F18AA0CA600D16488 /* settings.m */,
|
||||
7AA19E9D18AA0C9900D16488 /* platform.m */,
|
||||
7AD7B1E818A83D0600A1C0C1 /* griffin */,
|
||||
);
|
||||
name = "Other Sources";
|
||||
@ -177,6 +183,8 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
7AD7B1E718A83D0100A1C0C1 /* griffin.c in Sources */,
|
||||
7AA19E9E18AA0C9900D16488 /* platform.m in Sources */,
|
||||
7AA19EA018AA0CA600D16488 /* settings.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -20,7 +20,7 @@
|
||||
#include <Foundation/Foundation.h>
|
||||
#import <CoreFoundation/CoreFoundation.h>
|
||||
|
||||
#include "core_info.h"
|
||||
#include "../../core_info.h"
|
||||
#include "core_info_ext.h"
|
||||
#include "setting_data.h"
|
||||
#include "apple_export.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user