Changeset 3647

Show
Ignore:
Timestamp:
04/23/07 23:14:53 (2 years ago)
Author:
timothy
Message:

Explictly build into the 'build' directory. #1047

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Chat Core.xcodeproj/project.pbxproj

    r3646 r3647  
    783783                        baseConfigurationReference = 1C9AE8E0086A5218008ED7AD /* Common Settings.xcconfig */; 
    784784                        buildSettings = { 
     785                                SYMROOT = build; 
    785786                        }; 
    786787                        name = Release; 
     
    792793                                GCC_OPTIMIZATION_LEVEL = 0; 
    793794                                GCC_PREPROCESSOR_DEFINITIONS = DEBUG; 
     795                                SYMROOT = build; 
    794796                        }; 
    795797                        name = Development; 
     
    824826                                ); 
    825827                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 
     828                                SYMROOT = build; 
    826829                        }; 
    827830                        name = "Release (Universal)"; 
  • trunk/Colloquy.xcodeproj/project.pbxproj

    r3642 r3647  
    301301                CBF6856308201B7A00F498FB /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = CBF685330820190D00F498FB /* main.c */; }; 
    302302                CBF6857708201C4C00F498FB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; }; 
    303                 DDBB45C80BD5E9E100EC6E55 /* iTunes.scpt in Copy Plugins */ = {isa = PBXBuildFile; fileRef = 1C8CE1EB05A921A00020D841 /* iTunes.scpt */; }; 
    304                 DDBB45C90BD5E9E100EC6E55 /* Google.scpt in Copy Plugins */ = {isa = PBXBuildFile; fileRef = 1CD4C098078249C10003620F /* Google.scpt */; }; 
    305303                DDF034100BD529AE0096B109 /* JVDetailCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CBB23DA04F03CA7000001C8 /* JVDetailCell.m */; }; 
    306304                DDF64DA60BD2B0C3009E8FF6 /* Acid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDF64DA50BD2B0C3009E8FF6 /* Acid.framework */; }; 
     
    449447                                0A6571BD0868800D001FF007 /* F-Script Support.plugin in Copy Plugins */, 
    450448                                1C0A19B008B041C200324E25 /* Python Support.plugin in Copy Plugins */, 
    451                                 DDBB45C80BD5E9E100EC6E55 /* iTunes.scpt in Copy Plugins */, 
    452                                 DDBB45C90BD5E9E100EC6E55 /* Google.scpt in Copy Plugins */, 
    453449                        ); 
    454450                        name = "Copy Plugins"; 
     
    30093005                        baseConfigurationReference = 1C6A13ED08666E62009EE6D2 /* Common Settings.xcconfig */; 
    30103006                        buildSettings = { 
     3007                                SYMROOT = build; 
    30113008                        }; 
    30123009                        name = Release; 
     
    30183015                                GCC_OPTIMIZATION_LEVEL = 0; 
    30193016                                GCC_PREPROCESSOR_DEFINITIONS = DEBUG; 
     3017                                SYMROOT = build; 
    30203018                        }; 
    30213019                        name = Development; 
     
    30803078                                ); 
    30813079                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 
     3080                                SYMROOT = build; 
    30823081                        }; 
    30833082                        name = "Release (Universal)";