Changeset 1180 for trunk/src/Makefile.am
- Timestamp:
- Mar 30, 2012, 10:48:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r1173 r1180 3 3 4 4 liblol_a_SOURCES = \ 5 core.h vector.cpp real.cpptiler.cpp tiler.h dict.cpp dict.h \5 core.h tiler.cpp tiler.h dict.cpp dict.h \ 6 6 audio.cpp audio.h scene.cpp scene.h font.cpp font.h layer.cpp layer.h \ 7 7 map.cpp map.h entity.cpp entity.h ticker.cpp ticker.h lolgl.h \ … … 10 10 world.cpp world.h sample.cpp sample.h sampler.cpp sampler.h \ 11 11 text.cpp text.h emitter.cpp emitter.h numeric.h hash.cpp hash.h \ 12 worldentity.cpp worldentity.h gradient.cpp gradient.h half.cpp\13 platform.cpp platform.h sprite.cpp sprite.h trig.cpp trig.h\12 worldentity.cpp worldentity.h gradient.cpp gradient.h \ 13 platform.cpp platform.h sprite.cpp sprite.h \ 14 14 \ 15 15 lol/unit.h \ … … 24 24 $(sdl_sources) \ 25 25 \ 26 shader/shader.cpp shader/shader.h \27 26 thread/threadbase.h thread/thread.h \ 27 \ 28 math/vector.cpp math/real.cpp math/half.cpp math/trig.cpp math/trig.h \ 29 \ 30 gpu/shader.cpp gpu/shader.h \ 28 31 gpu/vbo.cpp gpu/vbo.h \ 29 32 \
Note: See TracChangeset
for help on using the changeset viewer.