OpenSceneGraph/examples/osgcallback/GNUmakefile.inst
2007-01-05 16:19:25 +00:00

12 lines
227 B
Plaintext

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgcallback.cpp\
LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgcallback
include $(TOPDIR)/Make/makerules