Last change
on this file since 10240 was
10013,
checked in by patrick, 18 years ago
|
merged the collision reaction branche back to trunk
|
File size:
881 bytes
|
Line | |
---|
1 | MAINSRCDIR=../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXcr.a |
---|
5 | |
---|
6 | libORXcr_a_SOURCES = cr_engine.cc \ |
---|
7 | collision_tube.cc \ |
---|
8 | collision.cc \ |
---|
9 | collision_event.cc \ |
---|
10 | collision_filter.cc \ |
---|
11 | collision_reaction.cc \ |
---|
12 | cr_object_damage.cc \ |
---|
13 | cr_physics_ground_walk.cc \ |
---|
14 | cr_physics_full_walk.cc |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | noinst_HEADERS = cr_engine.h \ |
---|
19 | collision_tube.h \ |
---|
20 | collision.h \ |
---|
21 | collision_event.h \ |
---|
22 | collision_filter.h \ |
---|
23 | cr_defs.h \ |
---|
24 | collision_reaction.h \ |
---|
25 | cr_object_damage.h \ |
---|
26 | cr_physics_ground_walk.h \ |
---|
27 | cr_physics_full_walk.h |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.