def74d3471
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).
21 lines
354 B
Makefile
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
|