OpenSceneGraph/examples/osgbillboard/GNUmakefile.inst
2007-01-05 15:54:13 +00:00

12 lines
228 B
Plaintext

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