Changeset 4556 in orxonox.OLD for orxonox/trunk/src/lib/particles
- Timestamp:
- Jun 8, 2005, 2:35:10 PM (19 years ago)
- Location:
- orxonox/trunk/src/lib/particles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/particles/Makefile.am
r4428 r4556 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 noinst_LIBRARIES = libORXparticles.a 4 noinst_LIBRARIES = libORXparticles.a 5 5 6 6 libORXparticles_a_SOURCES = particle_engine.cc \ 7 8 9 quick_animation.cc 7 particle_emitter.cc \ 8 particle_system.cc \ 9 quick_animation.cc 10 10 11 11 12 12 noinst_HEADERS= particle_engine.h \ 13 14 15 13 particle_emitter.h \ 14 particle_system.h \ 15 quick_animation.h -
orxonox/trunk/src/lib/particles/Makefile.in
r4506 r4556 185 185 target_vendor = @target_vendor@ 186 186 MAINSRCDIR = ../.. 187 noinst_LIBRARIES = libORXparticles.a 187 noinst_LIBRARIES = libORXparticles.a 188 188 libORXparticles_a_SOURCES = particle_engine.cc \ 189 190 191 quick_animation.cc 189 particle_emitter.cc \ 190 particle_system.cc \ 191 quick_animation.cc 192 192 193 193 noinst_HEADERS = particle_engine.h \ 194 195 196 194 particle_emitter.h \ 195 particle_system.h \ 196 quick_animation.h 197 197 198 198 all: all-am
Note: See TracChangeset
for help on using the changeset viewer.