Last change
on this file since 8192 was
8190,
checked in by patrick, 18 years ago
|
trunk: merged the cr branche to trunk
|
File size:
610 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 \ |
---|
| 11 | cr_object_damage.cc |
---|
[7819] | 12 | |
---|
| 13 | |
---|
| 14 | |
---|
[7927] | 15 | noinst_HEADERS = cr_engine.h \ |
---|
[8190] | 16 | collision.h \ |
---|
| 17 | collision_event.h \ |
---|
| 18 | collision_handle.h \ |
---|
| 19 | cr_defs.h \ |
---|
| 20 | collision_reaction.h \ |
---|
| 21 | cr_object_damage.h |
---|
[7819] | 22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.