OpenSceneGraph/examples/osgblendequation/GNUmakefile.inst
2007-01-05 16:00:28 +00:00

14 lines
254 B
Plaintext

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