OpenSceneGraph/src/osgText/GNUmakefile
Robert Osfield def74d3471 Introduced new osg::View, and osg::RenderInfo classes into the core OSG to help
handle scenes with multiple views with elements that need coordinating on a per view basis.

Added beginings of new osgText::FadeText class (not functionality yet).
2006-09-18 20:54:48 +00:00

21 lines
354 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES = \
DefaultFont.cpp\
Font.cpp\
Text.cpp\
FadeText.cpp\
String.cpp\
Version.cpp\
DEF += -DOSGTEXT_LIBRARY
LIBS += -losgDB -losg $(GL_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = osgText
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)
include $(TOPDIR)/Make/makerules