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
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[5463]4noinst_LIBRARIES = libORXparticles.a
[4291]5
[6619]6libORXparticles_a_SOURCES = particle_emitter.cc \
[5463]7                            particle_system.cc \
8                            quick_animation.cc
[4291]9
[4416]10
[6619]11noinst_HEADERS= particle_emitter.h \
[4556]12                particle_system.h \
13                quick_animation.h
Note: See TracBrowser for help on using the repository browser.