Changeset 8344 in orxonox.OLD for branches/bsp_model/src/lib/graphics/importer/Makefile.am
- Timestamp:
- Jun 13, 2006, 4:42:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/graphics/importer/Makefile.am
r8343 r8344 5 5 6 6 libORXimporter_a_SOURCES = model.cc \ 7 md_model_structure.cc \ 7 8 vertex_array_model.cc \ 8 9 grid.cc \ … … 26 27 md3/md3_animation.cc \ 27 28 md3/md3_bone_frame.cc \ 28 md3/md3_mesh.cc 29 md3/md3_mesh.cc \ 30 md3/md3_data.cc 29 31 30 32 … … 35 37 noinst_HEADERS = \ 36 38 model.h \ 39 md_model_structure.cc \ 37 40 tc.h \ 38 41 vertex_array_model.h \ … … 59 62 md3/md3_animation.h \ 60 63 md3/md3_bone_frame.h \ 61 md3/md3_mesh.h 64 md3/md3_mesh.h \ 65 md3/md3_data.h 62 66
Note: See TracChangeset
for help on using the changeset viewer.