(OSX PPC) Remove PPC prefix header

This commit is contained in:
twinaphex 2014-02-11 16:15:56 +01:00
parent 096766dc32
commit 6cc1660b4f
2 changed files with 0 additions and 9 deletions

View File

@ -252,7 +252,6 @@
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = RetroArch_OSX_PPC_Prefix.pch;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_NAME = RetroArch_OSX_PPC;
@ -266,7 +265,6 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = RetroArch_OSX_PPC_Prefix.pch;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_NAME = RetroArch_OSX_PPC;

View File

@ -1,7 +0,0 @@
//
// Prefix header for all source files of the 'RetroArch_OSX_PPC' target in the 'RetroArch_OSX_PPC' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif