Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/particles/Makefile.am @ 6619

Last change on this file since 6619 was 6619, checked in by bensch, 18 years ago

orxonox/trunk: rendering without the ParticleEngine, so now we are FAST :)

File size: 355 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXparticles.a
5
6libORXparticles_a_SOURCES = particle_emitter.cc \
7                            particle_system.cc \
8                            quick_animation.cc
9
10
11noinst_HEADERS= particle_emitter.h \
12                particle_system.h \
13                quick_animation.h
Note: See TracBrowser for help on using the repository browser.