Added usage of carbon pathway in appendPlatformSpecificLibraryFilePaths.

This commit is contained in:
Robert Osfield 2004-09-02 10:01:24 +00:00
parent 452cfa7744
commit 506c5a6743
2 changed files with 6 additions and 1 deletions

View File

@ -448,7 +448,7 @@ std::string osgDB::findFileInDirectory(const std::string& fileName,const std::st
#elif defined(__APPLE__)
// #define COMPILE_COCOA_VERSION
// #define COMPILE_CARBON_VERSION
#define COMPILE_CARBON_VERSION
// The Cocoa version is about 10 lines of code.

View File

@ -22,6 +22,11 @@ CXXFILES =\
LIBS += -losg $(OTHER_LIBS) $(DYNAMICLIBRARYLIB)
ifeq ($(OS),Darwin)
LIBS += ${CARBON_LIB}
endif
DEF += -DOSGDB_LIBRARY
TARGET_BASENAME = osgDB