Last change
on this file since 4607 was
4579,
checked in by bensch, 19 years ago
|
orxonox/trunk: array is now also a template
|
File size:
654 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 | |
---|
13 | |
---|
14 | |
---|
15 | noinst_HEADERS = abstract_model.h \ |
---|
16 | model.h \ |
---|
17 | objModel.h \ |
---|
18 | primitive_model.h \ |
---|
19 | md2Model.h \ |
---|
20 | material.h \ |
---|
21 | texture.h \ |
---|
22 | array.h \ |
---|
23 | anorms.h \ |
---|
24 | anormtab.h |
---|
Note: See
TracBrowser
for help on using the repository browser.