Merged Bob's changes for MacOSX build. This change is simply the addition of

GLUT_LIB to the link line.  This change should be removed once we fixed the
OSG_LIBS so that it doens't include osgGLUT, however, I'll leave this for another
day...
This commit is contained in:
Robert Osfield
2002-04-24 20:57:00 +00:00
parent 84dd24ce3f
commit 61b0865309

View File

@@ -7,7 +7,7 @@ CXXFILES =\
AreaGeoSetTriangulator.cpp \
StateSetStr.cpp
LIBS += $(OSG_LIBS) $(OTHER_LIBS)
LIBS += $(OSG_LIBS) $(GLUT_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = dx
include $(TOPDIR)/Make/cygwin_plugin_def