diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-22 23:53:37 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-22 23:53:37 +0000 |
| commit | 531ad373b2c22e00a341a6635023cf8949571bd5 (patch) | |
| tree | 029961f0aa19ec396f6d7cc09f3ff93987c9aa62 /macosx/Pcsxr.xcodeproj/project.pbxproj | |
| parent | 9628a367530657e7fefb17be0a125dbe3f5d7614 (diff) | |
| download | pcsxr-531ad373b2c22e00a341a6635023cf8949571bd5.tar.gz | |
Moving most of the OS X preferences to auto layout, and all to 10.7.
Changing some lists of independent checkbox buttons to matrices.
Fix a discrepancy between SDL versions 1.2 and 2.0 APIs in OS X's input preferences.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86849 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Pcsxr.xcodeproj/project.pbxproj')
| -rw-r--r-- | macosx/Pcsxr.xcodeproj/project.pbxproj | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj index bb20483b..689351b7 100644 --- a/macosx/Pcsxr.xcodeproj/project.pbxproj +++ b/macosx/Pcsxr.xcodeproj/project.pbxproj @@ -2551,7 +2551,6 @@ GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; INSTALL_PATH = "$(USER_LIBRARY_DIR)/Playstation Emulator Plugins"; - MACOSX_DEPLOYMENT_TARGET = 10.7; WRAPPER_EXTENSION = psxplugin; }; name = Debug; @@ -2567,7 +2566,6 @@ ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; INSTALL_PATH = "$(USER_LIBRARY_DIR)/Playstation Emulator Plugins"; - MACOSX_DEPLOYMENT_TARGET = 10.7; WRAPPER_EXTENSION = psxplugin; }; name = Release; @@ -2899,6 +2897,7 @@ ../libpcsxcore, ../macosx, ); + MACOSX_DEPLOYMENT_TARGET = 10.7; }; name = Instrument; }; @@ -2921,7 +2920,6 @@ INFOPLIST_PREFIX_HEADER = "$(TARGET_BUILD_DIR)/SVNRevision.h"; INFOPLIST_PREPROCESS = YES; LD_NO_PIE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.7; OTHER_CFLAGS = ( "-funroll-loops", "$(inherited)", @@ -3089,7 +3087,6 @@ ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; INSTALL_PATH = "$(USER_LIBRARY_DIR)/Playstation Emulator Plugins"; - MACOSX_DEPLOYMENT_TARGET = 10.7; WRAPPER_EXTENSION = psxplugin; }; name = Instrument; @@ -3135,7 +3132,6 @@ INFOPLIST_PREFIX_HEADER = "$(TARGET_BUILD_DIR)/SVNRevision.h"; INFOPLIST_PREPROCESS = YES; LD_NO_PIE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.7; OTHER_CFLAGS = "$(inherited)"; PRODUCT_NAME = PCSXR; WRAPPER_EXTENSION = app; @@ -3161,7 +3157,6 @@ INFOPLIST_PREFIX_HEADER = "$(TARGET_BUILD_DIR)/SVNRevision.h"; INFOPLIST_PREPROCESS = YES; LD_NO_PIE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.7; OTHER_CFLAGS = ( "-funroll-loops", "-fomit-frame-pointer", @@ -3191,6 +3186,7 @@ ../libpcsxcore, ../macosx, ); + MACOSX_DEPLOYMENT_TARGET = 10.7; }; name = Debug; }; @@ -3213,6 +3209,7 @@ ../libpcsxcore, ../macosx, ); + MACOSX_DEPLOYMENT_TARGET = 10.7; }; name = Release; }; |
