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