Changeset 5413 in orxonox.OLD for trunk/src/lib/collision_detection/Makefile.am
- Timestamp:
- Oct 20, 2005, 11:42:08 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/Makefile.am
r5410 r5413 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 noinst_L TLIBRARIES = libORXcd.la4 noinst_LIBRARIES = libORXcd.a 5 5 6 libORXcd_ la_SOURCES = cd_engine.cc \7 8 9 10 11 12 13 14 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 15 16 16
Note: See TracChangeset
for help on using the changeset viewer.