Added osgText and osgDB to the list of dependencies for OSX build.

This commit is contained in:
Robert Osfield 2003-09-10 11:18:27 +00:00
parent c6aa422575
commit 2586bd5d1c

View File

@ -16,7 +16,7 @@ CXXFILES = \
DEF += -DOSGSIM_LIBRARY
LIBS += -losg -losgUtil $(GL_LIBS) $(OTHER_LIBS)
LIBS += -losgText -losgDB -losgUtil -losg $(GL_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = osgSim
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)