- Timestamp:
- Nov 22, 2005, 11:23:28 PM (19 years ago)
- Location:
- branches/world_entities
- Files:
-
- 23 deleted
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/src/lib/collision_detection/Makefile.am
r5463 r5715 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 noinst_LIBRARIES = libORXcd.a 4 noinst_LIBRARIES = libORXcd.a 5 5 6 6 libORXcd_a_SOURCES = cd_engine.cc \ 7 7 collision.cc \ 8 8 obb.cc \ 9 9 obb_tree.cc \ 10 10 obb_tree_node.cc \ 11 11 bv_tree.cc \ 12 13 14 12 bv_tree_node.cc \ 13 bounding_volume.cc \ 14 bounding_sphere.cc 15 15 16 16 17 17 18 18 noinst_HEADERS = cd_engine.h \ 19 19 collision_defs.h \ 20 20 collision.h \ 21 21 obb.h \ 22 22 obb_tree.h \ 23 23 obb_tree_node.h \ 24 24 bv_tree.h \ 25 bv_tree_node.h \ 26 bounding_volume.h \ 27 bounding_sphere.h \ 28 lin_alg.h 29 25 bv_tree_node.h \ 26 bounding_volume.h \ 27 bounding_sphere.h
Note: See TracChangeset
for help on using the changeset viewer.