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).
15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
osgfadetext.cpp\
|
|
|
|
LIBS += -losgProducer -lProducer -losgDB -losgSim -losgText -losgUtil -losg $(GDAL_LIBS) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osgfadetext
|
|
|
|
INC += $(PRODUCER_INCLUDE_DIR) $(X_INC)
|
|
LDFLAGS += $(PRODUCER_LIB_DIR)
|
|
|
|
include $(TOPDIR)/Make/makerules
|