Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4512 in orxonox.OLD for orxonox/trunk/src/Makefile.am


Ignore:
Timestamp:
Jun 6, 2005, 12:36:52 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: added the cd files to the orxonox makefile, and the class_list

File:
1 edited

Legend:

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

    r4506 r4512  
    3838                 util/loading/load_param.cc \
    3939                 util/state.cc \
     40                 util/collision_detection/bounding_volume.cc \
     41                 util/collision_detection/obb.cc \
     42                 util/collision_detection/bv_tree.cc \
     43                 util/collision_detection/obb_tree.cc \
     44                 util/collision_detection/collision.cc \
     45                 util/collision_detection/cd_engine.cc \
    4046                 story_entities/story_entity.cc \
    4147                 story_entities/campaign.cc \
     
    9399                 util/loading/factory.h \
    94100                 util/loading/load_param.h \
     101                 util/collision_detection/bounding_volume.h \
     102                 util/collision_detection/obb.h \
     103                 util/collision_detection/bv_tree.h \
     104                 util/collision_detection/obb_tree.h \
     105                 util/collision_detection/collision.h \
     106                 util/collision_detection/cd_engine.h \
    95107                 story_entities/story_entity.h \
    96108                 story_entities/story_def.h \
Note: See TracChangeset for help on using the changeset viewer.