Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3746 in orxonox.OLD for orxonox/branches/levelloader/src/Makefile.am


Ignore:
Timestamp:
Apr 7, 2005, 3:54:49 PM (19 years ago)
Author:
chris
Message:

orxonox/branches/levelloader: Merged trunk into branch… still not working though…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/src/Makefile.am

    r3605 r3746  
    3737                 simple_animation.cc \
    3838                 factory.cc \
     39                 garbage_collector.cc \
    3940                 story_entities/story_entity.cc \
    4041                 story_entities/campaign.cc \
     
    4546                 world_entities/skysphere.cc \
    4647                 world_entities/terrain.cc \
    47                  world_entities/primitive.cc \
    4848                 world_entities/weapon.cc \
    4949                 world_entities/projectile.cc \
    5050                 world_entities/character_attributes.cc \
     51                 world_entities/test_gun.cc \
     52                 world_entities/test_bullet.cc \
    5153                 ai/ai.cc \
    5254                 lib/coord/p_node.cc \
     
    5456                 lib/coord/helper_parent.cc \
    5557                 lib/data/data_tank.cc \
     58                 lib/graphics/graphics_engine.cc \
    5659                 lib/graphics/light.cc \
    5760                 lib/graphics/font/fontset.cc \
    5861                 lib/graphics/importer/array.cc \
    5962                 lib/graphics/importer/objModel.cc \
     63                 lib/graphics/importer/primitive_model.cc \
    6064                 lib/graphics/importer/model.cc \
    6165                 lib/graphics/importer/material.cc \
     
    6670                 lib/util/list.cc \
    6771                 lib/util/substring.cc \
     72                 lib/util/resource_manager.cc \
    6873                 lib/math/vector.cc \
    6974                 lib/math/curve.cc \
     
    7378                 lib/xmlparser/tinyxmlparser.cc \
    7479                 glmenu/glmenu_imagescreen.cc
     80                 glmenu/glmenu_imagescreen.cc
    7581
    7682noinst_HEADERS = orxonox.h \
     
    8086                 camera.h \
    8187                 keynames.h \
    82                  proto_class.h \
    8388                 command_node.h \
    8489                 message_structures.h \
     
    8691                 track_node.h \
    8792                 simple_animation.h \
     93                 garbage_collector.h \
    8894                 story_entities/story_entity.h \
    8995                 story_entities/story_def.h \
     
    97103                 world_entities/power_up.h \
    98104                 world_entities/terrain.h \
    99                  world_entities/primitive.h \
    100105                 world_entities/weapon.h \
    101106                 world_entities/projectile.h \
    102107                 world_entities/character_attributes.h \
     108                 world_entities/test_gun.h \
     109                 world_entities/test_bullet.h \
    103110                 ai/ai.h \
    104111                 network/synchronisable.h \
    105112                 defs/stdincl.h \
    106113                 defs/glincl.h \
     114                 defs/comincl.h \
    107115                 defs/error.h \
    108116                 defs/debug.h \
     
    110118                 lib/coord/null_parent.h \
    111119                 lib/coord/helper_parent.h \
     120                 lib/graphics/graphics_engine.h \
    112121                 lib/graphics/light.h \
    113122                 lib/graphics/font/fontset.h \
     
    117126                 lib/util/list.h \
    118127                 lib/util/list_template.h \
     128                 lib/util/resource_manager.h \
    119129                 lib/util/ini_parser.h \
    120130                 lib/util/substring.h \
     
    127137
    128138## orxonox.conf will be used from home-dir instead.
    129 EXTRA_DIST = orxonox.conf
     139EXTRA_DIST = orxonox.conf \
     140             proto/proto_class.h \
     141             proto/proto_class.cc \
     142             proto/proto_singleton.h \
     143             proto/proto_singleton.cc
    130144
    131145if SUB_PROJECTS
Note: See TracChangeset for help on using the changeset viewer.