From 2888152d52689dcf445a06cfec187028891c4349 Mon Sep 17 00:00:00 2001 From: Eric WING Date: Thu, 8 Nov 2007 10:30:06 +0000 Subject: [PATCH] For Leopard freetype, path is $(SDKROOT)/usr/X11/lib not X11R6. --- .../OpenSceneGraph.xcodeproj/project.pbxproj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj b/Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj index 2a1326990..d3fd7d73d 100644 --- a/Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj +++ b/Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj @@ -5993,7 +5993,7 @@ D47A06CC0B83406700E19024 /* Translate2DDragger.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Translate2DDragger.cpp; sourceTree = ""; }; D47A06CD0B83406700E19024 /* TranslateAxisDragger.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TranslateAxisDragger.cpp; sourceTree = ""; }; D47A06CE0B83406700E19024 /* TranslatePlaneDragger.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TranslatePlaneDragger.cpp; sourceTree = ""; }; - D47A070A0B83413800E19024 /* osgmanipulator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = osgmanipulator.app; sourceTree = BUILT_PRODUCTS_DIR; }; + D47A070A0B83413800E19024 /* osgshadow.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = osgshadow.app; sourceTree = BUILT_PRODUCTS_DIR; }; D47A07120B83417900E19024 /* osgmanipulator.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = osgmanipulator.cpp; sourceTree = ""; }; D48EC64B0B4EBF2E000E05A4 /* CompositeViewer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CompositeViewer.cpp; sourceTree = ""; }; D48EC64D0B4EBF2F000E05A4 /* Scene.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Scene.cpp; sourceTree = ""; }; @@ -9901,7 +9901,7 @@ D4C6F2610B8316100052E667 /* osgShadow.framework */, D4C6F2AD0B8317AB0052E667 /* osgshadow.app */, D47A06810B833F6E00E19024 /* osgManipulator.framework */, - D47A070A0B83413800E19024 /* osgmanipulator.app */, + D47A070A0B83413800E19024 /* osgshadow.app */, 0037A02D0C18D74C0089AA1C /* OpenThreads.framework */, 5BDF58FE0C1FF8C4008DDEC0 /* osgdb_3dc.so */, 5BC2F6470C441D5200671A68 /* osgdb_txf.so */, @@ -15104,7 +15104,7 @@ ); name = osgmanipulator; productName = osgtext; - productReference = D47A070A0B83413800E19024 /* osgmanipulator.app */; + productReference = D47A070A0B83413800E19024 /* osgshadow.app */; productType = "com.apple.product-type.application"; }; D4C6F2320B8316100052E667 /* osgShadow */ = { @@ -20656,6 +20656,7 @@ MACH_O_TYPE = mh_bundle; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ( + "-L$(SDKROOT)/usr/X11/lib", "-L$(SDKROOT)/usr/X11R6/lib", "-lfreetype", "-framework", @@ -20700,6 +20701,7 @@ MACH_O_TYPE = mh_bundle; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ( + "-L$(SDKROOT)/usr/X11/lib", "-L$(SDKROOT)/usr/X11R6/lib", "-lfreetype", "-framework", @@ -20739,6 +20741,7 @@ MACH_O_TYPE = mh_bundle; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ( + "-L$(SDKROOT)/usr/X11/lib", "-L$(SDKROOT)/usr/X11R6/lib", "-lfreetype", "-framework",