OpenSceneGraph/examples/osgparticleeffects/GNUmakefile.inst
2005-04-04 11:42:43 +00:00

14 lines
280 B
Plaintext

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