Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5580 in orxonox.OLD for branches/network/src/Makefile.am


Ignore:
Timestamp:
Nov 16, 2005, 12:10:58 PM (18 years ago)
Author:
bensch
Message:

orxonox/branches/network: fixed makefiles
created working subproject network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/Makefile.am

    r5563 r5580  
    2020                       lib/particles/libORXparticles.a \
    2121                       lib/collision_detection/libORXcd.a \
    22                        lib/network/libORXnet.a \
     22                       lib/network/libORXnet.a \
    2323                       lib/graphics/spatial_separation/libORXquadtree.a \
    2424                       lib/tinyxml/libtinyxml.a \
     
    3636                lib/particles/libORXparticles.a \
    3737                lib/collision_detection/libORXcd.a \
    38                 lib/network/libORXnet.a \
     38                lib/network/libORXnet.a \
    3939                lib/graphics/spatial_separation/libORXquadtree.a \
    4040                lib/tinyxml/libtinyxml.a \
     
    7171                  world_entities/power_ups/turret_power_up.cc \
    7272                  world_entities/power_ups/laser_power_up.cc
    73                   subprojects/benchmark.cc
     73##                  subprojects/benchmark.cc
    7474
    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
     75noinst_HEADERS = orxonox.h ability.h defs/message_structures.h
    8976
    9077
Note: See TracChangeset for help on using the changeset viewer.