fixed a few problems that didn't work right with installing demo source

on platforms other than Solaris.
This commit is contained in:
Don BURNS
2002-04-16 03:24:41 +00:00
parent 9fd7c528f4
commit f69e1276a9
5 changed files with 108 additions and 81 deletions

View File

@@ -7,7 +7,7 @@ CXXFILES =\
Window.cpp\
Viewer.cpp\
LIBS += $(GLUT_LIB) -losgUtil -losgDB -losg $(OTHER_LIBS)
LIBS += $(GLUT_LIB) $(GL_LIBS) -losgUtil -losgDB -losg $(OTHER_LIBS)
DEF += -DOSGGLUT_LIBRARY
TARGET_BASENAME = osgGLUT
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)