aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorDavid Lovemore2012-08-30 13:08:49 +0100
committerDavid Lovemore2012-08-30 13:08:49 +0100
commitc986c195abc96dcffc6a33a19b05ef47e154fd83 (patch)
tree0197ae557149106250c2b243ceff3d8f7aaeac0b /mps/code
parenta2c28910cb16bcc99958eee767fa84b877f61105 (diff)
downloademacs-c986c195abc96dcffc6a33a19b05ef47e154fd83.tar.gz
emacs-c986c195abc96dcffc6a33a19b05ef47e154fd83.zip
Set the minimum mocos x target to be something lower than 10.8
Copied from Perforce Change: 179116 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/mps.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/mps/code/mps.xcodeproj/project.pbxproj b/mps/code/mps.xcodeproj/project.pbxproj
index cbee78a359f..f71b1bf30e7 100644
--- a/mps/code/mps.xcodeproj/project.pbxproj
+++ b/mps/code/mps.xcodeproj/project.pbxproj
@@ -3226,6 +3226,7 @@
3226 GCC_WARN_UNUSED_LABEL = YES; 3226 GCC_WARN_UNUSED_LABEL = YES;
3227 GCC_WARN_UNUSED_PARAMETER = YES; 3227 GCC_WARN_UNUSED_PARAMETER = YES;
3228 GCC_WARN_UNUSED_VARIABLE = YES; 3228 GCC_WARN_UNUSED_VARIABLE = YES;
3229 MACOSX_DEPLOYMENT_TARGET = 10.4;
3229 ONLY_ACTIVE_ARCH = YES; 3230 ONLY_ACTIVE_ARCH = YES;
3230 OTHER_CFLAGS = ( 3231 OTHER_CFLAGS = (
3231 "-pedantic", 3232 "-pedantic",
@@ -3282,6 +3283,7 @@
3282 GCC_WARN_UNUSED_LABEL = YES; 3283 GCC_WARN_UNUSED_LABEL = YES;
3283 GCC_WARN_UNUSED_PARAMETER = YES; 3284 GCC_WARN_UNUSED_PARAMETER = YES;
3284 GCC_WARN_UNUSED_VARIABLE = YES; 3285 GCC_WARN_UNUSED_VARIABLE = YES;
3286 MACOSX_DEPLOYMENT_TARGET = 10.4;
3285 OTHER_CFLAGS = ( 3287 OTHER_CFLAGS = (
3286 "-pedantic", 3288 "-pedantic",
3287 "-Wall", 3289 "-Wall",