[Igarden-commit] Garden/Macintosh/Garden.xcodeproj project.pbxproj, 1.58.2.44, 1.58.2.45
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-04-18 11:55:58
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv16811/Macintosh/Garden.xcodeproj Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Add excl.png for plan warning support Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.58.2.44 retrieving revision 1.58.2.45 diff -C2 -d -r1.58.2.44 -r1.58.2.45 *** project.pbxproj 31 Mar 2008 00:41:21 -0000 1.58.2.44 --- project.pbxproj 18 Apr 2008 11:55:54 -0000 1.58.2.45 *************** *** 157,161 **** 4935B1D50C81A61D00C3DB64 /* MaterialPalette.h in Headers */ = {isa = PBXBuildFile; fileRef = 4935B1D30C81A61D00C3DB64 /* MaterialPalette.h */; }; 4935B1D60C81A61D00C3DB64 /* MaterialPalette.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4935B1D40C81A61D00C3DB64 /* MaterialPalette.cpp */; }; - 4935B683073B0ECA00D65ABB /* Excl.gif in Resources */ = {isa = PBXBuildFile; fileRef = 4935B682073B0ECA00D65ABB /* Excl.gif */; }; 493BDDE70C3B350C006B29D0 /* RGTable.rsrc in Rez */ = {isa = PBXBuildFile; fileRef = 493BDDE60C3B350C006B29D0 /* RGTable.rsrc */; }; 4940802009D5ADEE006F7F71 /* AgingWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4940801E09D5ADEE006F7F71 /* AgingWindow.cpp */; }; --- 157,160 ---- *************** *** 517,520 **** --- 516,520 ---- 49C7E3250B2E40A000755D16 /* LayoutDBTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49C7E3210B2E409C00755D16 /* LayoutDBTests.cpp */; }; 49C7E3430B2E423100755D16 /* CPlusTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49C7E3340B2E422F00755D16 /* CPlusTest.framework */; }; + 49C9B9490DB8C0BF007275A8 /* Excl.png in Resources */ = {isa = PBXBuildFile; fileRef = 49C9B9480DB8C0BF007275A8 /* Excl.png */; }; 49CA0AAE08B0176100FBA1F9 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49081028070CDE910044EEA3 /* OpenGL.framework */; }; 49CA0AAF08B0176200FBA1F9 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49080FFC070CDE170044EEA3 /* AGL.framework */; }; *************** *** 1290,1293 **** --- 1290,1294 ---- 49C7E3220B2E409D00755D16 /* LayoutDBTests.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = LayoutDBTests.h; path = ../UnitTest/LayoutDBTests.h; sourceTree = SOURCE_ROOT; }; 49C7E3340B2E422F00755D16 /* CPlusTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CPlusTest.framework; path = /System/Library/Frameworks/CPlusTest.framework; sourceTree = "<absolute>"; }; + 49C9B9480DB8C0BF007275A8 /* Excl.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Excl.png; path = ../source/resources/Excl.png; sourceTree = SOURCE_ROOT; }; 49CA170508B17A4F00FBA1F9 /* YAAF_FW.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = YAAF_FW.framework; path = ../../../external/yaaf/build/Development/YAAF_FW.framework; sourceTree = SOURCE_ROOT; }; 49CA170E08B17C9F00FBA1F9 /* AppMain.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AppMain.cpp; path = ../../../external/yaaf/Libraries/yaaf_gui/sources/AppMain.cpp; sourceTree = SOURCE_ROOT; }; *************** *** 1525,1528 **** --- 1526,1530 ---- 49F5054D0A69983300049552 /* Credits.html */, 4935B682073B0ECA00D65ABB /* Excl.gif */, + 49C9B9480DB8C0BF007275A8 /* Excl.png */, 49C1C0D606E3ED260021D1F5 /* Garden.cin */, 49CE7314060AAA20001612B8 /* Garden.r */, *************** *** 2730,2734 **** 49700489075E9F0400E43554 /* Info.plist in Resources */, 49C1C0D706E3ED260021D1F5 /* Garden.cin in Resources */, - 4935B683073B0ECA00D65ABB /* Excl.gif in Resources */, 49E995FF07692948000555BC /* SourceMaterialsStart.xml in Resources */, 49E13EAD0787117600A358B9 /* pladvanced.gif in Resources */, --- 2732,2735 ---- *************** *** 2804,2807 **** --- 2805,2809 ---- 496B18480D9BD160007579BE /* fr in Resources */, 496B18490D9BD161007579BE /* English in Resources */, + 49C9B9490DB8C0BF007275A8 /* Excl.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; |