diff options
Diffstat (limited to 'macosx/Pcsxr.xcconfig')
| -rw-r--r-- | macosx/Pcsxr.xcconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/macosx/Pcsxr.xcconfig b/macosx/Pcsxr.xcconfig new file mode 100644 index 00000000..36742453 --- /dev/null +++ b/macosx/Pcsxr.xcconfig @@ -0,0 +1,17 @@ +// +// Pcsxr.xcconfig +// Pcsxr +// +// Created by C.W. Betts on 7/4/13. +// +// + + +ARCHS = $(ARCHS_STANDARD_32_64_BIT) +SDKROOT = macosx +GCC_PREPROCESSOR_DEFINITIONS = _MACOSX=1 $(DEBUG_PREPROCESSOR_DEFINITIONS) +DEBUG_INFORMATION_FORMAT = dwarf-with-dsym +GCC_VERSION = com.apple.compilers.llvm.clang.1_0 +MACOSX_DEPLOYMENT_TARGET = 10.6 +VALID_ARCHS = i386 x86_64 +CLANG_ENABLE_OBJC_ARC[arch=x86_64] = YES |
