summaryrefslogtreecommitdiff
path: root/macosx/Configs
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-07-07 23:52:56 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-07-07 23:52:56 +0000
commit27966fc4cdb1f6c976e4b3e53acecc05a19b4c0d (patch)
tree55f191bbe72b0d964790f9e184b41d00290f090f /macosx/Configs
parentd6f8aa174b4a8667285c32e0036ddbc2597c9dd8 (diff)
downloadpcsxr-27966fc4cdb1f6c976e4b3e53acecc05a19b4c0d.tar.gz
OS X: consolidate the Xcode configs into the Xcode project itself.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90900 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Configs')
-rw-r--r--macosx/Configs/Pcsxr-Debug.xcconfig10
-rw-r--r--macosx/Configs/Pcsxr-Instrument.xcconfig7
-rw-r--r--macosx/Configs/Pcsxr-Release.xcconfig14
-rw-r--r--macosx/Configs/Pcsxr.xcconfig29
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