Last change
on this file since 8932 was
8490,
checked in by patrick, 18 years ago
|
merged the bsp branche back to trunk
|
File size:
707 bytes
|
Rev | Line | |
---|
[7819] | 1 | MAINSRCDIR=../.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
| 3 | |
---|
| 4 | noinst_LIBRARIES = libORXcr.a |
---|
| 5 | |
---|
[7927] | 6 | libORXcr_a_SOURCES = cr_engine.cc \ |
---|
[8190] | 7 | collision.cc \ |
---|
| 8 | collision_event.cc \ |
---|
| 9 | collision_handle.cc \ |
---|
| 10 | collision_reaction.cc \ |
---|
[8490] | 11 | cr_object_damage.cc \ |
---|
| 12 | cr_physics_ground_walk.cc |
---|
[7819] | 13 | |
---|
| 14 | |
---|
| 15 | |
---|
[7927] | 16 | noinst_HEADERS = cr_engine.h \ |
---|
[8190] | 17 | collision.h \ |
---|
| 18 | collision_event.h \ |
---|
| 19 | collision_handle.h \ |
---|
| 20 | cr_defs.h \ |
---|
| 21 | collision_reaction.h \ |
---|
[8490] | 22 | cr_object_damage.h \ |
---|
| 23 | cr_physics_ground_walk.h |
---|
[7819] | 24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.