OpenSceneGraph/examples/osgcallback/GNUmakefile.inst

12 lines
227 B
Plaintext
Raw Normal View History

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgcallback.cpp\
2007-01-06 00:19:25 +08:00
LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgcallback
include $(TOPDIR)/Make/makerules