gcc 4.2; Mac build now requires Xcode 3.1

This commit is contained in:
Mitchell Livingston 2008-09-17 01:38:07 +00:00
parent b79aebf818
commit c4f2551d24
1 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 44;
objectVersion = 45;
objects = {
/* Begin PBXBuildFile section */
@ -1710,7 +1710,7 @@
BuildIndependentTargetsInParallel = YES;
};
buildConfigurationList = 4DF0C59A089918A300DD8943 /* Build configuration list for PBXProject "Transmission" */;
compatibilityVersion = "Xcode 3.0";
compatibilityVersion = "Xcode 3.1";
hasScannedForEncodings = 1;
knownRegions = (
English,
@ -2340,7 +2340,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_UNROLL_LOOPS = NO;
GCC_VERSION = 4.0;
GCC_VERSION = 4.2;
GCC_WARN_ABOUT_MISSING_NEWLINE = NO;
GCC_WARN_ABOUT_RETURN_TYPE = NO;
GCC_WARN_PROTOTYPE_CONVERSION = NO;
@ -2358,7 +2358,7 @@
OTHER_LDFLAGS = "";
PREBINDING = NO;
PRELINK_LIBS = "";
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
SDKROOT = macosx10.5;
STRIP_INSTALLED_PRODUCT = NO;
};
name = Debug;
@ -2467,7 +2467,7 @@
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_UNROLL_LOOPS = NO;
GCC_VERSION = 4.0;
GCC_VERSION = 4.2;
GCC_WARN_ABOUT_MISSING_NEWLINE = NO;
GCC_WARN_ABOUT_RETURN_TYPE = NO;
GCC_WARN_PROTOTYPE_CONVERSION = NO;
@ -2478,7 +2478,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.4;
OTHER_LDFLAGS = "";
PREBINDING = NO;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
SDKROOT = macosx10.5;
};
name = Release;
};
@ -2496,7 +2496,7 @@
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_UNROLL_LOOPS = NO;
GCC_VERSION = 4.0;
GCC_VERSION = 4.2;
GCC_WARN_ABOUT_MISSING_NEWLINE = NO;
GCC_WARN_ABOUT_RETURN_TYPE = NO;
GCC_WARN_PROTOTYPE_CONVERSION = NO;
@ -2507,7 +2507,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.4;
OTHER_LDFLAGS = "";
PREBINDING = NO;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
SDKROOT = macosx10.5;
STRIP_INSTALLED_PRODUCT = NO;
};
name = "Release - Debug";