14 lines
280 B
Plaintext
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
|