Rename gfx/inc/

This commit is contained in:
twinaphex 2015-11-17 08:32:47 +01:00
parent a26482d302
commit ddcceb0024
4 changed files with 4 additions and 4 deletions

View File

@ -375,7 +375,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../..",
"$(SRCROOT)/../../gfx/inc",
"$(SRCROOT)/../../gfx/include",
"$(SRCROOT)/../../libretro-common/include",
);
INFOPLIST_FILE = "OSX/Info.plist";
@ -437,7 +437,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../..",
"$(SRCROOT)/../../gfx/inc",
"$(SRCROOT)/../../gfx/include",
"$(SRCROOT)/../../libretro-common/include",
);
INFOPLIST_FILE = "OSX/Info.plist";
@ -501,7 +501,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../..",
"$(SRCROOT)/../../gfx/inc",
"$(SRCROOT)/../../gfx/include",
"$(SRCROOT)/../../libretro-common/include",
);
INFOPLIST_FILE = "$(SRCROOT)/OSX/Info.plist";
@ -562,7 +562,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../..",
"$(SRCROOT)/../../gfx/inc",
"$(SRCROOT)/../../gfx/include",
"$(SRCROOT)/../../libretro-common/include",
);
INFOPLIST_FILE = "$(SRCROOT)/OSX/Info.plist";