From a7dcd3e9b6d62030df7bcc9b9508d08488e2a94e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 23 Jan 2007 13:54:32 +0000 Subject: [PATCH] Adde osgText dependency to osgViewer --- VisualStudio/OpenSceneGraph.dsw | 3 +++ src/osgViewer/GNUmakefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/VisualStudio/OpenSceneGraph.dsw b/VisualStudio/OpenSceneGraph.dsw index 68dcaff74..b11367b07 100644 --- a/VisualStudio/OpenSceneGraph.dsw +++ b/VisualStudio/OpenSceneGraph.dsw @@ -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 }}} ############################################################################### diff --git a/src/osgViewer/GNUmakefile b/src/osgViewer/GNUmakefile index a4282ea6d..80ba13e93 100644 --- a/src/osgViewer/GNUmakefile +++ b/src/osgViewer/GNUmakefile @@ -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)