Changeset 5410 in orxonox.OLD for trunk/src/lib/collision_detection/Makefile.am
- Timestamp:
- Oct 20, 2005, 10:03:09 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/Makefile.am
r4627 r5410 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 noinst_L IBRARIES = libORXcd.a4 noinst_LTLIBRARIES = libORXcd.la 5 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.cc6 libORXcd_la_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.