OpenSceneGraph/examples/osgclip/GNUmakefile.inst
2007-01-05 21:19:01 +00:00

12 lines
219 B
Plaintext

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