Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 1, 2005, 8:57:24 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved the weapons to world_entities/weapons

File:
1 edited

Legend:

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

    r4745 r4758  
    5454                  world_entities/skybox.cc \
    5555                  world_entities/terrain.cc \
    56                   world_entities/weapon.cc \
    57                   world_entities/projectile.cc \
    5856                  world_entities/satellite.cc \
    5957                  world_entities/character_attributes.cc \
    60                   world_entities/test_gun.cc \
    61                   world_entities/test_bullet.cc \
    6258                  world_entities/test_entity.cc \
     59                  world_entities/weapons/weapon.cc \
     60                  world_entities/weapons/projectile.cc \
     61                  world_entities/weapons/test_gun.cc \
     62                  world_entities/weapons/test_bullet.cc \
    6363                  lib/coord/p_node.cc \
    6464                  lib/coord/null_parent.cc \
     
    6767                  lib/graphics/text_engine.cc \
    6868                  lib/lang/base_object.cc \
    69                   lib/lang/class_list.cc \
     69                  lib/lang/class_list.cc \
    7070                  lib/util/ini_parser.cc \
    7171                  lib/util/substring.cc \
     
    105105                 world_entities/power_up.h \
    106106                 world_entities/terrain.h \
    107                  world_entities/weapon.h \
    108                  world_entities/projectile.h \
    109107                 world_entities/satellite.h \
    110108                 world_entities/character_attributes.h \
    111                  world_entities/test_gun.h \
    112                  world_entities/test_bullet.h \
    113109                 world_entities/test_entity.h \
     110                 world_entities/weapons/weapon.h \
     111                 world_entities/weapons/projectile.h \
     112                 world_entities/weapons/test_gun.h \
     113                 world_entities/weapons/test_bullet.h \
    114114                 defs/stdincl.h \
    115115                 defs/stdlibincl.h \
Note: See TracChangeset for help on using the changeset viewer.