Changeset 5580 in orxonox.OLD for branches/network/src/Makefile.am
- Timestamp:
- Nov 16, 2005, 12:10:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/Makefile.am
r5563 r5580 20 20 lib/particles/libORXparticles.a \ 21 21 lib/collision_detection/libORXcd.a \ 22 22 lib/network/libORXnet.a \ 23 23 lib/graphics/spatial_separation/libORXquadtree.a \ 24 24 lib/tinyxml/libtinyxml.a \ … … 36 36 lib/particles/libORXparticles.a \ 37 37 lib/collision_detection/libORXcd.a \ 38 38 lib/network/libORXnet.a \ 39 39 lib/graphics/spatial_separation/libORXquadtree.a \ 40 40 lib/tinyxml/libtinyxml.a \ … … 71 71 world_entities/power_ups/turret_power_up.cc \ 72 72 world_entities/power_ups/laser_power_up.cc 73 subprojects/benchmark.cc73 ## subprojects/benchmark.cc 74 74 75 noinst_HEADERS = orxonox.h ability.h defs/message_structures.h \ 76 story_entities/story_entity.h story_entities/story_def.h story_entities/campaign.h \ 77 story_entities/world.h world_entities/world_entity.h world_entities/camera.h \ 78 world_entities/player.h world_entities/npc.h world_entities/npc2.h world_entities/environment.h \ 79 world_entities/skysphere.h world_entities/skybox.h world_entities/terrain.h \ 80 world_entities/satellite.h world_entities/character_attributes.h world_entities/test_entity.h \ 81 world_entities/weapons/weapon_manager.h world_entities/weapons/weapon.h world_entities/weapons/projectile.h \ 82 world_entities/weapons/test_gun.h world_entities/weapons/turret.h world_entities/weapons/test_bullet.h \ 83 world_entities/weapons/rocket.h world_entities/weapons/laser.h world_entities/weapons/crosshair.h \ 84 world_entities/power_ups/power_up.h world_entities/power_ups/turret_power_up.h \ 85 world_entities/power_ups/laser_power_up.h defs/stdincl.h defs/stdlibincl.h defs/sdlincl.h defs/glincl.h \ 86 defs/alincl.h defs/comincl.h defs/confincl.h defs/error.h defs/debug.h defs/globals.h \ 87 defs/compiler.h defs/class_id.h defs/functor_list.h subprojects/benchmark.h \ 88 network_socket.h network_socket.h 75 noinst_HEADERS = orxonox.h ability.h defs/message_structures.h 89 76 90 77
Note: See TracChangeset
for help on using the changeset viewer.