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...
17 lines
375 B
Makefile
17 lines
375 B
Makefile
TOPDIR = ../../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
ReaderWriterDX.cpp \
|
|
DXWriter.cpp \
|
|
AreaGeoSetTriangulator.cpp \
|
|
StateSetStr.cpp
|
|
|
|
LIBS += $(OSG_LIBS) $(GLUT_LIBS) $(OTHER_LIBS)
|
|
|
|
TARGET_BASENAME = dx
|
|
include $(TOPDIR)/Make/cygwin_plugin_def
|
|
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
|
|
|
include $(TOPDIR)/Make/makerules
|