Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2005, 8:18:59 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: moved the collision_detection to the libs dir, and build it as a lib.

Location:
orxonox/trunk/src/lib/collision_detection
Files:
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/Makefile.am

    r4526 r4527  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXevent.a
     4noinst_LIBRARIES = libORXcd.a
    55
    6 libORXevent_a_SOURCES = event.cc \
    7                         event_handler.cc \
    8                         event_listener.cc \
    9                         key_mapper.cc \
    10                         key_names.cc
     6libORXcd_a_SOURCES = cd_engine.cc \
     7                     collision.cc \
     8                     obb.cc \
     9                     obb_tree.cc \
     10                     bv_tree.cc \
     11                     bounding_volume.cc \
     12                     bounding_sphere.cc
    1113
    1214
    13 noinst_HEADERS = event.h \
    14                  event_handler.h \
    15                  event_listener.h \
    16                  key_mapper.h \
    17                  key_names.h \
    18                  event_def.h
    1915
     16noinst_HEADERS =     cd_engine.h \
     17                     collision.h \
     18                     obb.h \
     19                     obb_tree.h \
     20                     bv_tree.h \
     21                     bounding_volume.h \
     22                     bounding_sphere.h
     23
Note: See TracChangeset for help on using the changeset viewer.