[Igarden-commit] Garden/Macintosh/Garden.xcodeproj project.pbxproj, 1.58.2.10, 1.58.2.11
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-13 00:43:35
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31267 Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Port initial unit test to MacIntel Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.58.2.10 retrieving revision 1.58.2.11 diff -C2 -d -r1.58.2.10 -r1.58.2.11 *** project.pbxproj 12 Dec 2006 03:57:47 -0000 1.58.2.10 --- project.pbxproj 13 Dec 2006 00:43:33 -0000 1.58.2.11 *************** *** 539,542 **** --- 539,543 ---- 49DD85E707B59B9D00474746 /* TextBoxInfoPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49DD85E507B59B9D00474746 /* TextBoxInfoPanel.cpp */; }; 49DD85E807B59B9D00474746 /* TextBoxInfoPanel.h in Headers */ = {isa = PBXBuildFile; fileRef = 49DD85E607B59B9D00474746 /* TextBoxInfoPanel.h */; }; + 49DE7F730B2F7F3A00E03046 /* YAAF_FW.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 493D184209937B3700EE071C /* YAAF_FW.framework */; }; 49E11D2107EC72740003CDA5 /* PlanGroupAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49E11D1D07EC72740003CDA5 /* PlanGroupAction.cpp */; }; 49E11D2207EC72740003CDA5 /* PlanGroupAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E11D1E07EC72740003CDA5 /* PlanGroupAction.h */; }; *************** *** 1275,1278 **** --- 1276,1280 ---- files = ( 49C7E3430B2E423100755D16 /* CPlusTest.framework in Frameworks */, + 49DE7F730B2F7F3A00E03046 /* YAAF_FW.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; *************** *** 3078,3081 **** --- 3080,3087 ---- isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/GardenSketch.app/Contents/MacOS/GardenSketch"; COPY_PHASE_STRIP = NO; *************** *** 3121,3124 **** --- 3127,3134 ---- isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); COPY_PHASE_STRIP = YES; GCC_ENABLE_FIX_AND_CONTINUE = NO; *************** *** 3145,3148 **** --- 3155,3162 ---- isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_MODEL_TUNING = G5; *************** *** 3343,3346 **** --- 3357,3361 ---- "PM_USE_SESSION_APIS=0", ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_UNROLL_LOOPS = NO; GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; *************** *** 3425,3428 **** --- 3440,3444 ---- "PM_USE_SESSION_APIS=0", ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_UNROLL_LOOPS = NO; GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; *************** *** 3514,3517 **** --- 3530,3534 ---- "PM_USE_SESSION_APIS=0", ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_UNROLL_LOOPS = NO; GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; |