(iOS) Add libretro SDK include dir

This commit is contained in:
Twinaphex 2014-10-21 05:11:34 +02:00
parent 3aed280dde
commit ad41457a17
2 changed files with 25 additions and 17 deletions

View File

@ -465,6 +465,10 @@
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "";
HEADER_SEARCH_PATHS = (
../,
"../../libretro-sdk/include",
);
INFOPLIST_FILE = "$(SRCROOT)/iOS/RetroArch-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
LD_NO_PIE = YES;
@ -518,6 +522,10 @@
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "";
HEADER_SEARCH_PATHS = (
../,
"../../libretro-sdk/include",
);
INFOPLIST_FILE = "$(SRCROOT)/iOS/RetroArch-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
LD_NO_PIE = YES;

View File

@ -15,18 +15,18 @@
<key>C7C12374C7051F8843B3EFA1ACCAF2907102CCF7</key>
<string>https://github.com/libretro/RetroArch.git</string>
<key>EF363D58F01B3FB341FA6C851870E60E4F080E97</key>
<string>git://github.com/libretro/common-overlays.git</string>
<string>https://github.com/libretro/common-overlays.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>apple/RetroArch_iOS.xcodeproj/project.xcworkspace</string>
<string>apple/iOS/RetroArch_iOS.xcodeproj</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>76200F0D6584D865E96F58DE862E738E88B23A3C</key>
<string>../../../..</string>
<string>../../../../..</string>
<key>C7C12374C7051F8843B3EFA1ACCAF2907102CCF7</key>
<string>../../..</string>
<string>../../../..</string>
<key>EF363D58F01B3FB341FA6C851870E60E4F080E97</key>
<string>../../../media/overlays</string>
<string>../../../..media/overlays/</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/libretro/RetroArch.git</string>