=================================================================== RCS file: /home/cvs/OpenXM/src/cfep/cfep.xcodeproj/project.pbxproj,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- OpenXM/src/cfep/cfep.xcodeproj/project.pbxproj 2007/09/29 05:49:24 1.2 +++ OpenXM/src/cfep/cfep.xcodeproj/project.pbxproj 2011/07/15 22:57:34 1.4 @@ -25,6 +25,7 @@ 729C9ABE0982069D00DB1E2B /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 729C9ABC0982069D00DB1E2B /* Localizable.strings */; }; 72D366F6098250BC00D24377 /* intro-faq-ja.html in Resources */ = {isa = PBXBuildFile; fileRef = 72D366F5098250BC00D24377 /* intro-faq-ja.html */; }; 72E69905098C91CE00846D88 /* MyDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 72E69904098C91CE00846D88 /* MyDecoder.m */; }; + 72F19C4D0EDA81A900F13571 /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72F19C4C0EDA81A900F13571 /* GLUT.framework */; }; 8D15AC2C0486D014006FF6A4 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */; }; 8D15AC2D0486D014006FF6A4 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */; }; 8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165FFE840EACC02AAC07 /* InfoPlist.strings */; }; @@ -33,21 +34,6 @@ 8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ -/* Begin PBXBuildStyle section */ - 4A9504D0FFE6A4CB11CA0CBA /* Debug */ = { - isa = PBXBuildStyle; - buildSettings = { - }; - name = Debug; - }; - 4A9504D1FFE6A4CB11CA0CBA /* Release */ = { - isa = PBXBuildStyle; - buildSettings = { - }; - name = Release; - }; -/* End PBXBuildStyle section */ - /* Begin PBXFileReference section */ 089C1660FE840EACC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; @@ -91,6 +77,7 @@ 72D366F5098250BC00D24377 /* intro-faq-ja.html */ = {isa = PBXFileReference; fileEncoding = 21; lastKnownFileType = text.html; name = "intro-faq-ja.html"; path = "package/intro-faq-ja.html"; sourceTree = ""; }; 72E69903098C91CE00846D88 /* MyDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyDecoder.h; sourceTree = ""; }; 72E69904098C91CE00846D88 /* MyDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyDecoder.m; sourceTree = ""; }; + 72F19C4C0EDA81A900F13571 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/GLUT.framework; sourceTree = ""; }; 8D15AC360486D014006FF6A4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8D15AC370486D014006FF6A4 /* cfep.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = cfep.app; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -102,6 +89,7 @@ files = ( 8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */, 1C80530909A9791600DC2AC6 /* OpenGL.framework in Frameworks */, + 72F19C4D0EDA81A900F13571 /* GLUT.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -203,6 +191,7 @@ 2A37F4C3FDCFA73011CA2CEA /* Frameworks */ = { isa = PBXGroup; children = ( + 72F19C4C0EDA81A900F13571 /* GLUT.framework */, 1C80530809A9791600DC2AC6 /* OpenGL.framework */, 1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */, 1058C7A8FEA54F5311CA2CBB /* Other Frameworks */, @@ -223,8 +212,6 @@ ); buildRules = ( ); - buildSettings = { - }; dependencies = ( ); name = cfep; @@ -239,12 +226,6 @@ 2A37F4A9FDCFA73011CA2CEA /* Project object */ = { isa = PBXProject; buildConfigurationList = C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "cfep" */; - buildSettings = { - }; - buildStyles = ( - 4A9504D0FFE6A4CB11CA0CBA /* Debug */, - 4A9504D1FFE6A4CB11CA0CBA /* Release */, - ); hasScannedForEncodings = 1; mainGroup = 2A37F4AAFDCFA73011CA2CEA /* cfep */; projectDirPath = ""; @@ -365,6 +346,10 @@ isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(FRAMEWORK_SEARCH_PATHS)", + "$(SYSTEM_DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks", + ); GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; @@ -383,6 +368,10 @@ ARCHS = ( ppc, i386, + ); + FRAMEWORK_SEARCH_PATHS = ( + "$(FRAMEWORK_SEARCH_PATHS)", + "$(SYSTEM_DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks", ); GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_MODEL_TUNING = G5;