Last change
on this file since 6406 was
5939,
checked in by hdavid, 19 years ago
|
branches/avi_file: created movie_player files
|
File size:
878 bytes
|
Line | |
---|
1 | MAINSRCDIR=../../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXimporter.a |
---|
5 | |
---|
6 | libORXimporter_a_SOURCES = model.cc \ |
---|
7 | objModel.cc \ |
---|
8 | primitive_model.cc \ |
---|
9 | md2Model.cc \ |
---|
10 | material.cc \ |
---|
11 | texture.cc \ |
---|
12 | texture_sequence.cc \ |
---|
13 | media_container.cc \ |
---|
14 | movie_player.cc |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | noinst_HEADERS = abstract_model.h \ |
---|
19 | model.h \ |
---|
20 | objModel.h \ |
---|
21 | primitive_model.h \ |
---|
22 | md2Model.h \ |
---|
23 | material.h \ |
---|
24 | texture.h \ |
---|
25 | texture_sequence.h \ |
---|
26 | anorms.h \ |
---|
27 | anormtab.h \ |
---|
28 | media_container.h \ |
---|
29 | movie_player.h |
---|
Note: See
TracBrowser
for help on using the repository browser.