From 15c3ad2b9758b906bc9bfe0410e03be9aa9bec42 Mon Sep 17 00:00:00 2001 From: Eric WING Date: Fri, 9 Nov 2007 20:04:08 +0000 Subject: [PATCH] For osgdb_freetype: Ugh. Another fix for the cycle problem. It seems that the SDKROOT didn't necessarily solve the problem, but there were some unneeded library dependencies that weren't in my test fork which allowed my test to work, but caused SVN to fail. I have removed some of the excess libraries and it seems to build without the Q&A fix. --- .../OpenSceneGraph.xcodeproj/project.pbxproj | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj b/Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj index 105bedc83..08f9e0f03 100644 --- a/Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj +++ b/Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj @@ -15153,10 +15153,12 @@ 0867D690FE84028FC02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = 001103B108736A190015C576 /* Build configuration list for PBXProject "OpenSceneGraph" */; + compatibilityVersion = "Xcode 2.4"; hasScannedForEncodings = 1; mainGroup = 0867D691FE84028FC02AAC07 /* OpenSceneGraph */; productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */; projectDirPath = ""; + projectRoot = ""; targets = ( 006FD302065A8A1600677FA5 /* AllStandardTargets */, 005988A50652DB9D003D6AA1 /* osgFrameworks */, @@ -20655,10 +20657,6 @@ "-L$(SDKROOT)/usr/X11/lib", "-L$(SDKROOT)/usr/X11R6/lib", "-lfreetype", - "-framework", - OpenThreads, - "-framework", - AppKit, ); OTHER_REZFLAGS = ""; PRODUCT_NAME = osgdb_freetype; @@ -20700,10 +20698,6 @@ "-L$(SDKROOT)/usr/X11/lib", "-L$(SDKROOT)/usr/X11R6/lib", "-lfreetype", - "-framework", - OpenThreads, - "-framework", - AppKit, ); OTHER_REZFLAGS = ""; PRODUCT_NAME = osgdb_freetype; @@ -20740,10 +20734,6 @@ "-L$(SDKROOT)/usr/X11/lib", "-L$(SDKROOT)/usr/X11R6/lib", "-lfreetype", - "-framework", - OpenThreads, - "-framework", - AppKit, ); OTHER_REZFLAGS = ""; PRODUCT_NAME = osgdb_freetype;