Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5715 in orxonox.OLD


Ignore:
Timestamp:
Nov 22, 2005, 11:23:28 PM (18 years ago)
Author:
bensch
Message:

orxonox/we: copied autogen.sh

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  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXcd.a 
     4noinst_LIBRARIES = libORXcd.a
    55
    66libORXcd_a_SOURCES = cd_engine.cc \
    77                     collision.cc \
    8                      obb.cc \
     8                     obb.cc \
    99                     obb_tree.cc \
    10                      obb_tree_node.cc \
     10                     obb_tree_node.cc \
    1111                     bv_tree.cc \
    12                      bv_tree_node.cc \
    13                      bounding_volume.cc \
    14                      bounding_sphere.cc
     12                     bv_tree_node.cc \
     13                     bounding_volume.cc \
     14                     bounding_sphere.cc
    1515
    1616
    1717
    1818noinst_HEADERS =     cd_engine.h \
    19                      collision_defs.h \
     19                     collision_defs.h \
    2020                     collision.h \
    21                      obb.h \
     21                     obb.h \
    2222                     obb_tree.h \
    23                      obb_tree_node.h \
     23                     obb_tree_node.h \
    2424                     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.