diff options
Diffstat (limited to 'macosx/Configs')
| -rw-r--r-- | macosx/Configs/Pcsxr-Debug.xcconfig | 10 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr-Instrument.xcconfig | 7 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr-Release.xcconfig | 14 | ||||
| -rw-r--r-- | macosx/Configs/Pcsxr.xcconfig | 29 |
4 files changed, 0 insertions, 60 deletions
diff --git a/macosx/Configs/Pcsxr-Debug.xcconfig b/macosx/Configs/Pcsxr-Debug.xcconfig deleted file mode 100644 index 49c9fecd..00000000 --- a/macosx/Configs/Pcsxr-Debug.xcconfig +++ /dev/null @@ -1,10 +0,0 @@ -DEBUG_PREPROCESSOR_DEFINITIONS = DEBUG=1 -#include "Pcsxr.xcconfig" - -GCC_INLINES_ARE_PRIVATE_EXTERN = NO -GCC_OPTIMIZATION_LEVEL = 0 -GCC_UNROLL_LOOPS = NO -ONLY_ACTIVE_ARCH = YES -COPY_PHASE_STRIP = NO -STRIP_INSTALLED_PRODUCT = NO -OPTIMIZATION_CFLAGS = -finline-functions -fno-exceptions -funroll-loops -ffast-math diff --git a/macosx/Configs/Pcsxr-Instrument.xcconfig b/macosx/Configs/Pcsxr-Instrument.xcconfig deleted file mode 100644 index 35735da5..00000000 --- a/macosx/Configs/Pcsxr-Instrument.xcconfig +++ /dev/null @@ -1,7 +0,0 @@ -#include "Pcsxr-Release.xcconfig" - -COPY_PHASE_STRIP = NO -OPTIMIZATION_CFLAGS = -finline-functions -fno-exceptions -funroll-loops -ffast-math -STRIP_INSTALLED_PRODUCT = NO -CODE_SIGN_IDENTITY = -LLVM_LTO = NO diff --git a/macosx/Configs/Pcsxr-Release.xcconfig b/macosx/Configs/Pcsxr-Release.xcconfig deleted file mode 100644 index da7fa066..00000000 --- a/macosx/Configs/Pcsxr-Release.xcconfig +++ /dev/null @@ -1,14 +0,0 @@ -DEBUG_PREPROCESSOR_DEFINITIONS = -#include "Pcsxr.xcconfig" - -GCC_OPTIMIZATION_LEVEL = 3 -COPY_PHASE_STRIP = YES -OPTIMIZATION_CFLAGS = -finline-functions -fomit-frame-pointer -fno-exceptions -funroll-loops -ffast-math -STRIP_INSTALLED_PRODUCT = YES -DEAD_CODE_STRIPPING = YES - -APPLY_RULES_IN_COPY_FILES = YES -PLIST_FILE_OUTPUT_FORMAT = binary -STRINGS_FILE_OUTPUT_ENCODING = binary -CODE_SIGN_IDENTITY = PCSX-R Developer -LLVM_LTO = YES diff --git a/macosx/Configs/Pcsxr.xcconfig b/macosx/Configs/Pcsxr.xcconfig deleted file mode 100644 index 9de72486..00000000 --- a/macosx/Configs/Pcsxr.xcconfig +++ /dev/null @@ -1,29 +0,0 @@ -// -// Pcsxr.xcconfig -// Pcsxr -// -// Created by C.W. Betts on 7/4/13. -// -// - -ARCHS = $(ARCHS_STANDARD) -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.8 -CLANG_ENABLE_OBJC_ARC = YES -GCC_DYNAMIC_NO_PIC = NO -COMBINE_HIDPI_IMAGES = YES -INFOPLIST_FILE = plugins/$(TARGET_NAME)/Info.plist -PRODUCT_NAME = $(TARGET_NAME) -GCC_C_LANGUAGE_STANDARD = gnu89 -CLANG_CXX_LANGUAGE_STANDARD = gnu++0x -CLANG_CXX_LIBRARY = libc++ -GENERATE_PKGINFO_FILE = YES -SKIP_INSTALL = YES -GCC_GENERATE_DEBUGGING_SYMBOLS = YES - -GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES -GCC_PRECOMPILE_PREFIX_HEADER = YES -GCC_PREFIX_HEADER = pcsxr.pch |
