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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user