Added osgText to makefile

This commit is contained in:
Robert Osfield 2004-07-29 14:24:50 +00:00
parent 9b9cb9cdb0
commit 9097b2f23a
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ CXXFILES =\
HEADERFILES = \
OrientationConverter.h
LIBS += -losgProducer -lProducer -losg -losgUtil -losgGA -losgDB $(GL_LIBS) $(OTHER_LIBS)
LIBS += -losgProducer -lProducer -losgText -losg -losgUtil -losgGA -losgDB $(GL_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\

View File

@ -7,7 +7,7 @@ CXXFILES =\
OrientationConverter.cpp\
osgconv.cpp\
LIBS += -losg -losgUtil -losgDB $(GL_LIBS) $(OTHER_LIBS)
LIBS += -losgProducer -lProducer -losgText -losg -losgUtil -losgDB $(GL_LIBS) $(OTHER_LIBS)
EXEC = osgconv