Adde osgText dependency to osgViewer

This commit is contained in:
Robert Osfield
2007-01-23 13:54:32 +00:00
parent 781b3bd5c9
commit a7dcd3e9b6
2 changed files with 4 additions and 1 deletions

View File

@@ -203,6 +203,9 @@ Package=<4>
Begin Project Dependency
Project_Dep_Name Core osgGA
End Project Dependency
Begin Project Dependency
Project_Dep_Name Core osgText
End Project Dependency
}}}
###############################################################################

View File

@@ -28,7 +28,7 @@ endif
DEF += -DOSGVIEWER_LIBRARY
LIBS += -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(OTHER_LIBS)
LIBS += -losgGA -losgText -losgDB -losgUtil -losg $(GL_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = osgViewer
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)