Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7155 in orxonox.OLD for trunk/src/world_entities/Makefile.am


Ignore:
Timestamp:
Feb 16, 2006, 2:54:15 PM (18 years ago)
Author:
bensch
Message:

importer compiles again :)

File:
1 edited

Legend:

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

    r7154 r7155  
    1616                \
    1717                weapons/weapon_manager.cc \
     18                weapons/crosshair.cc \
    1819                weapons/weapon.cc \
    1920                weapons/ammo_container.cc \
     
    2122                \
    2223                power_ups/power_up.cc \
     24                power_ups/param_power_up.cc \
     25                power_ups/weapon_power_up.cc \
    2326                \
    24                 spawning_point.cc
     27                spawning_point.cc \
     28                \
     29                \
     30                effects/explosion.cc
     31
    2532
    2633
     
    3643                \
    3744                weapons/weapon_manager.h \
     45                weapons/crosshair.h \
    3846                weapons/weapon.h \
    3947                weapons/ammo_container.h \
     
    4149                \
    4250                power_ups/power_up.h \
     51                power_ups/param_power_up.h \
     52                power_ups/weapon_power_up.h \
    4353                \
    4454                spawning_point.h \
    4555                \
     56                \
     57                effects/explosion.h \
    4658                \
    4759                $(WorldEntities_HEADERS_)
Note: See TracChangeset for help on using the changeset viewer.