a1f20f1a00
From Robert Osfield, added -losgViewer & -losgGA to makefiles.
15 lines
266 B
Plaintext
15 lines
266 B
Plaintext
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
osgGLUTsimple.cpp\
|
|
|
|
LIBS += -losgViewer -losgGA -losgDB -losgUtil -losg -lglut $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osgGLUTsimple
|
|
|
|
INC += $(X_INC)
|
|
LDFLAGS +=
|
|
|
|
include $(TOPDIR)/Make/makerules
|