OpenSceneGraph/examples/osgparticleeffects/GNUmakefile.inst

14 lines
280 B
Plaintext
Raw Normal View History

2005-04-04 19:42:43 +08:00
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