[Igarden-commit] Garden/Macintosh/Garden.xcodeproj project.pbxproj, 1.58, 1.58.2.1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-10-29 03:32:28
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14764 Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Add color, rectangles, and depth to the rendering. Add three new materials which make use of these features. Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.58 retrieving revision 1.58.2.1 diff -C2 -d -r1.58 -r1.58.2.1 *** project.pbxproj 23 Sep 2006 15:47:44 -0000 1.58 --- project.pbxproj 29 Oct 2006 03:32:26 -0000 1.58.2.1 *************** *** 21,24 **** --- 21,26 ---- 4904C76307AEF76E00F7D273 /* TitleBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4904C76107AEF76E00F7D273 /* TitleBox.cpp */; }; 4904C76407AEF76E00F7D273 /* TitleBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 4904C76207AEF76E00F7D273 /* TitleBox.h */; }; + 49057B640AF3F3E0009FEF70 /* Bench1.svg in Resources */ = {isa = PBXBuildFile; fileRef = 49057B630AF3F3E0009FEF70 /* Bench1.svg */; }; + 49057D820AF438E5009FEF70 /* Bluestone.svg in Resources */ = {isa = PBXBuildFile; fileRef = 49057D810AF438E5009FEF70 /* Bluestone.svg */; }; 4905E3CC0808B3DF003D2573 /* ArcTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 49CD8B0807EDC13D0012F7B6 /* ArcTool.h */; }; 4905E3CD0808B3DF003D2573 /* ArcTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49CD8B0707EDC13D0012F7B6 /* ArcTool.cpp */; }; *************** *** 154,157 **** --- 156,160 ---- 4940802109D5ADEE006F7F71 /* AgingWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 4940801F09D5ADEE006F7F71 /* AgingWindow.h */; }; 4941E45307A721BA00EFF558 /* OverlayPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 490749B606488E1100C334E8 /* OverlayPlugin.cpp */; }; + 4948C94B0AF2EF5E009D80F4 /* Decking.svg in Resources */ = {isa = PBXBuildFile; fileRef = 4948C94A0AF2EF5E009D80F4 /* Decking.svg */; }; 494EE60C078E111100EF9213 /* NotAvailable.gif in Resources */ = {isa = PBXBuildFile; fileRef = 494EE60B078E111000EF9213 /* NotAvailable.gif */; }; 4950A95E0AAFA8250048DAF9 /* ImportPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 4950A95D0AAFA8250048DAF9 /* ImportPlugin.h */; }; *************** *** 668,671 **** --- 671,676 ---- 4904C76107AEF76E00F7D273 /* TitleBox.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TitleBox.cpp; sourceTree = "<group>"; }; 4904C76207AEF76E00F7D273 /* TitleBox.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TitleBox.h; sourceTree = "<group>"; }; + 49057B630AF3F3E0009FEF70 /* Bench1.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Bench1.svg; path = ../source/resources/2DSymbols/Bench1.svg; sourceTree = SOURCE_ROOT; }; + 49057D810AF438E5009FEF70 /* Bluestone.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Bluestone.svg; path = ../source/resources/2DSymbols/Bluestone.svg; sourceTree = SOURCE_ROOT; }; 4907499D06488DDE00C334E8 /* PlanMoveAction.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = PlanMoveAction.h; path = PlanTool/PlanMoveAction.h; sourceTree = "<group>"; }; 4907499E06488DDE00C334E8 /* PlanPasteAction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = PlanPasteAction.cpp; path = PlanTool/PlanPasteAction.cpp; sourceTree = "<group>"; }; *************** *** 803,806 **** --- 808,812 ---- 4940801E09D5ADEE006F7F71 /* AgingWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AgingWindow.cpp; path = Document/AgingWindow.cpp; sourceTree = "<group>"; }; 4940801F09D5ADEE006F7F71 /* AgingWindow.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AgingWindow.h; path = Document/AgingWindow.h; sourceTree = "<group>"; }; + 4948C94A0AF2EF5E009D80F4 /* Decking.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Decking.svg; path = ../source/resources/2DSymbols/Decking.svg; sourceTree = SOURCE_ROOT; }; 494EE60B078E111000EF9213 /* NotAvailable.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; name = NotAvailable.gif; path = ../source/resources/NotAvailable.gif; sourceTree = "<group>"; }; 4950A95D0AAFA8250048DAF9 /* ImportPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ImportPlugin.h; path = Plugins/ImportPlugin.h; sourceTree = "<group>"; }; *************** *** 1475,1478 **** --- 1481,1487 ---- isa = PBXGroup; children = ( + 49057D810AF438E5009FEF70 /* Bluestone.svg */, + 49057B630AF3F3E0009FEF70 /* Bench1.svg */, + 4948C94A0AF2EF5E009D80F4 /* Decking.svg */, 496A7BDA0A58C1EC0083CA5D /* Fountain.svg */, 49155BB608EF5BB70014234D /* Stair1.svg */, *************** *** 2435,2438 **** --- 2444,2450 ---- 4956A08E0A632CF50034352D /* PlantPictureLocations.xml in Resources */, 4956A11C0A633A570034352D /* GardenSketch Help in Resources */, + 4948C94B0AF2EF5E009D80F4 /* Decking.svg in Resources */, + 49057B640AF3F3E0009FEF70 /* Bench1.svg in Resources */, + 49057D820AF438E5009FEF70 /* Bluestone.svg in Resources */, ); runOnlyForDeploymentPostprocessing = 0; *************** *** 3346,3358 **** isa = XCBuildConfiguration; buildSettings = { ! ARCHS = ( ! ppc, ! i386, ! ); DEBUG_INFORMATION_FORMAT = dwarf; GCC_ENABLE_SYMBOL_SEPARATION = NO; GCC_MODEL_TUNING = G4; PREBINDING = NO; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Development; --- 3358,3366 ---- isa = XCBuildConfiguration; buildSettings = { ! ARCHS = ppc; DEBUG_INFORMATION_FORMAT = dwarf; GCC_ENABLE_SYMBOL_SEPARATION = NO; GCC_MODEL_TUNING = G4; PREBINDING = NO; }; name = Development; *************** *** 3362,3366 **** buildSettings = { GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Deployment; --- 3370,3373 ---- *************** *** 3369,3373 **** isa = XCBuildConfiguration; buildSettings = { - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Default; --- 3376,3379 ---- |