Changeset 3647
- Timestamp:
- 04/23/07 23:14:53 (2 years ago)
- Files:
-
- trunk/Chat Core.xcodeproj/project.pbxproj (modified) (3 diffs)
- trunk/Colloquy.xcodeproj/project.pbxproj (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Chat Core.xcodeproj/project.pbxproj
r3646 r3647 783 783 baseConfigurationReference = 1C9AE8E0086A5218008ED7AD /* Common Settings.xcconfig */; 784 784 buildSettings = { 785 SYMROOT = build; 785 786 }; 786 787 name = Release; … … 792 793 GCC_OPTIMIZATION_LEVEL = 0; 793 794 GCC_PREPROCESSOR_DEFINITIONS = DEBUG; 795 SYMROOT = build; 794 796 }; 795 797 name = Development; … … 824 826 ); 825 827 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 828 SYMROOT = build; 826 829 }; 827 830 name = "Release (Universal)"; trunk/Colloquy.xcodeproj/project.pbxproj
r3642 r3647 301 301 CBF6856308201B7A00F498FB /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = CBF685330820190D00F498FB /* main.c */; }; 302 302 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 */; };305 303 DDF034100BD529AE0096B109 /* JVDetailCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CBB23DA04F03CA7000001C8 /* JVDetailCell.m */; }; 306 304 DDF64DA60BD2B0C3009E8FF6 /* Acid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDF64DA50BD2B0C3009E8FF6 /* Acid.framework */; }; … … 449 447 0A6571BD0868800D001FF007 /* F-Script Support.plugin in Copy Plugins */, 450 448 1C0A19B008B041C200324E25 /* Python Support.plugin in Copy Plugins */, 451 DDBB45C80BD5E9E100EC6E55 /* iTunes.scpt in Copy Plugins */,452 DDBB45C90BD5E9E100EC6E55 /* Google.scpt in Copy Plugins */,453 449 ); 454 450 name = "Copy Plugins"; … … 3009 3005 baseConfigurationReference = 1C6A13ED08666E62009EE6D2 /* Common Settings.xcconfig */; 3010 3006 buildSettings = { 3007 SYMROOT = build; 3011 3008 }; 3012 3009 name = Release; … … 3018 3015 GCC_OPTIMIZATION_LEVEL = 0; 3019 3016 GCC_PREPROCESSOR_DEFINITIONS = DEBUG; 3017 SYMROOT = build; 3020 3018 }; 3021 3019 name = Development; … … 3080 3078 ); 3081 3079 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 3080 SYMROOT = build; 3082 3081 }; 3083 3082 name = "Release (Universal)";
