Added GL_LIBS to the osgText/Makefile for OSX build.

Fixed typo in IntersectVisitor.

Fixed warnings in osgimpsotor demo.
This commit is contained in:
Robert Osfield
2002-11-08 11:00:16 +00:00
parent 5db3229b5f
commit 9816a51bc7
4 changed files with 17 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ CXXFILES =\
LIBS += $(OSG_LIBS) $(FREETYPE_LIB) $(OTHER_LIBS)
LIBS += $(OSG_LIBS) $(GL_LIBS) $(FREETYPE_LIB) $(OTHER_LIBS)
DEF += -DOSGTEXT_LIBRARY