|
Last change
on this file since 10011 was
5750,
checked in by bensch, 20 years ago
|
|
orxonox/trunk: merged the WorldEntities into the Trunk.
Merged with command:
svn merge branches/world_entities/ trunk/ -r5516:HEAD
conflics from world_entities changed in favor of branches/world_entity
all other conflict in favor of the trunk
|
|
File size:
791 bytes
|
| Line | |
|---|
| 1 | MAINSRCDIR=../.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | noinst_LIBRARIES = libORXcd.a |
|---|
| 5 | |
|---|
| 6 | libORXcd_a_SOURCES = cd_engine.cc \ |
|---|
| 7 | collision.cc \ |
|---|
| 8 | obb.cc \ |
|---|
| 9 | obb_tree.cc \ |
|---|
| 10 | obb_tree_node.cc \ |
|---|
| 11 | bv_tree.cc \ |
|---|
| 12 | bv_tree_node.cc \ |
|---|
| 13 | bounding_volume.cc \ |
|---|
| 14 | bounding_sphere.cc |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | noinst_HEADERS = cd_engine.h \ |
|---|
| 18 | collision_defs.h \ |
|---|
| 19 | collision.h \ |
|---|
| 20 | obb.h \ |
|---|
| 21 | obb_tree.h \ |
|---|
| 22 | obb_tree_node.h \ |
|---|
| 23 | bv_tree.h \ |
|---|
| 24 | bv_tree_node.h \ |
|---|
| 25 | bounding_volume.h \ |
|---|
| 26 | bounding_sphere.h |
|---|
| 27 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.