Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10364 in orxonox.OLD


Ignore:
Timestamp:
Jan 25, 2007, 10:54:56 AM (17 years ago)
Author:
patrick
Message:

got the makefile right now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability.new/src/world_entities/WorldEntities.am

    r10362 r10364  
     1
    12## THE SUBCLASSES. THESE MUST BE DYNAMICALLY LINKED OR COMPILED IN DIRECTLY
    23WorldEntities_SOURCES_ = \
     
    2223                world_entities/character_attributes.cc \
    2324                world_entities/test_entity.cc \
    24                 world_entities/test_entity2.cc \
     25                world_entities/test_entity2.cc \
    2526                world_entities/planet.cc \
    2627                world_entities/bsp_entity.cc \
     
    8586                world_entities/environments/rotor.cc \
    8687                world_entities/environments/mapped_water.cc \
     88                world_entities/environments/rotor.cc \
    8789                \
    8890                world_entities/elements/image_entity.cc \
     
    99101                world_entities/particles/box_emitter.cc \
    100102                world_entities/particles/plane_emitter.cc \
    101                 world_entities/particles/emitter_node.cc \
     103        world_entities/particles/emitter_node.cc \
    102104                \
    103105                world_entities/particles/particle_system.cc \
     
    146148                character_attributes.h \
    147149                test_entity.h \
    148                 test_entity2.h \
     150                test_entity2.h \
    149151                planet.h \
    150152                bsp_entity.h \
     
    209211                environments/rotor.h \
    210212                environments/mapped_water.h \
     213                environments/rotor.h \
    211214                \
    212215                elements/image_entity.h \
     
    223226                particles/box_emitter.h \
    224227                particles/plane_emitter.h \
    225                 particles/emitter_node.h \
     228        particles/emitter_node.h \
    226229                \
    227230                particles/particle_system.h \
     
    245248                weather_effects/lense_flare.h
    246249
     250
Note: See TracChangeset for help on using the changeset viewer.