*** empty log message ***

svn path=/trunk/boinc/; revision=9512
This commit is contained in:
Charlie Fenton 2006-02-18 13:05:15 +00:00
parent 6039c183ed
commit f15588035c
2 changed files with 37 additions and 3 deletions

View File

@ -2110,3 +2110,9 @@ Bruce 18 Feb 2006
user/
sample_rss_main.php
Charlie 18 Feb 2006
- Mac: - Fix compiler setting which caused bug when building on PowerPC.
mac_build/
boinc.xcodeproj/
project.pbxproj

View File

@ -250,6 +250,30 @@
/* End PBXBuildFile section */
/* Begin PBXBuildRule section */
DD2616EE09A74CF200907D1A /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.gcc.3_3;
fileType = sourcecode.asm.asm;
isEditable = 1;
outputFiles = (
);
};
DD2616EF09A74CF200907D1A /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.gcc.3_3;
fileType = sourcecode.cpp;
isEditable = 1;
outputFiles = (
);
};
DD2616F009A74CF300907D1A /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.gcc.3_3;
fileType = sourcecode.c;
isEditable = 1;
outputFiles = (
);
};
DD6826DD08641B010070CDB8 /* PBXBuildRule */ = {
isa = PBXBuildRule;
compilerSpec = com.apple.compilers.gcc.3_3;
@ -1805,6 +1829,9 @@
DD6381E80870DC9D007A2F8E /* Frameworks */,
);
buildRules = (
DD2616F009A74CF300907D1A /* PBXBuildRule */,
DD2616EF09A74CF200907D1A /* PBXBuildRule */,
DD2616EE09A74CF200907D1A /* PBXBuildRule */,
);
buildSettings = {
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
@ -2877,6 +2904,7 @@
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
INSTALL_PATH = "$(HOME)/bin";
LIBRARY_SEARCH_PATHS = "";
MACOSX_DEPLOYMENT_TARGET = 10.4;
@ -2900,7 +2928,7 @@
buildSettings = {
COPY_PHASE_STRIP = YES;
DEAD_CODE_STRIPPING = YES;
DEPLOYMENT_POSTPROCESSING = YES;
DEPLOYMENT_POSTPROCESSING = NO;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
@ -4045,7 +4073,7 @@
buildSettings = {
COPY_PHASE_STRIP = YES;
DEAD_CODE_STRIPPING = YES;
DEPLOYMENT_POSTPROCESSING = YES;
DEPLOYMENT_POSTPROCESSING = NO;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
@ -4548,7 +4576,7 @@
buildSettings = {
COPY_PHASE_STRIP = YES;
DEAD_CODE_STRIPPING = YES;
DEPLOYMENT_POSTPROCESSING = YES;
DEPLOYMENT_POSTPROCESSING = NO;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;