For Leopard freetype, path is $(SDKROOT)/usr/X11/lib not X11R6.
This commit is contained in:
parent
043ed14ba9
commit
2888152d52
@ -5993,7 +5993,7 @@
|
||||
D47A06CC0B83406700E19024 /* Translate2DDragger.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Translate2DDragger.cpp; sourceTree = "<group>"; };
|
||||
D47A06CD0B83406700E19024 /* TranslateAxisDragger.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TranslateAxisDragger.cpp; sourceTree = "<group>"; };
|
||||
D47A06CE0B83406700E19024 /* TranslatePlaneDragger.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TranslatePlaneDragger.cpp; sourceTree = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
D48EC64B0B4EBF2E000E05A4 /* CompositeViewer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CompositeViewer.cpp; sourceTree = "<group>"; };
|
||||
D48EC64D0B4EBF2F000E05A4 /* Scene.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Scene.cpp; sourceTree = "<group>"; };
|
||||
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user