OpenSceneGraph/examples/osgGLUTkeyboardmouse/GNUmakefile.inst
Robert Osfield a1f20f1a00 From Eric Wing, change osgGA::SimpleViewer to osgViewer::Viewer.
From Robert Osfield, added -losgViewer & -losgGA to makefiles.
2006-11-08 09:50:27 +00:00

15 lines
280 B
Plaintext

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgGLUTkeyboardmouse.cpp\
LIBS += -losgViewer -losgGA -losgDB -losgUtil -losg -lglut $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgGLUTkeyboardmouse
INC += $(X_INC)
LDFLAGS +=
include $(TOPDIR)/Make/makerules