Last change
on this file since 8001 was
7959,
checked in by patrick, 18 years ago
|
cr: introducing CollisionEvent and some cleanup
|
File size:
436 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 | |
---|
11 | |
---|
12 | |
---|
13 | noinst_HEADERS = cr_engine.h \ |
---|
14 | collision.h \ |
---|
15 | collision_event.h \ |
---|
16 | collision_handle.h \ |
---|
17 | cr_defs.h |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.