2005-04-04 19:42:43 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
osgparticleeffects.cpp\
|
|
|
|
|
2007-01-10 21:52:22 +08:00
|
|
|
LIBS += -losgText -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2005-04-04 19:42:43 +08:00
|
|
|
|
|
|
|
EXEC = osgparticleeffects
|
|
|
|
|
|
|
|
INC += $(X_INC)
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|