Last change
on this file since 5987 was
5968,
checked in by patrick, 19 years ago
|
network: merged the trunk into the network with the command svn merge -r5824:HEAD ../trunk network, changes changed… bla bla..
|
File size:
714 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 | |
---|
14 | |
---|
15 | |
---|
16 | noinst_HEADERS = abstract_model.h \ |
---|
17 | model.h \ |
---|
18 | objModel.h \ |
---|
19 | primitive_model.h \ |
---|
20 | md2Model.h \ |
---|
21 | material.h \ |
---|
22 | texture.h \ |
---|
23 | texture_sequence.h \ |
---|
24 | anorms.h \ |
---|
25 | anormtab.h |
---|
Note: See
TracBrowser
for help on using the repository browser.