Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6139 in orxonox.OLD for trunk/src/Makefile.am


Ignore:
Timestamp:
Dec 16, 2005, 6:45:32 PM (18 years ago)
Author:
patrick
Message:

trunk: merged branche network with trunk using command: svn merge -r5999:HEAD, conflicts resolved in favor of the trunk bla

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r6113 r6139  
    2525                       lib/gui/gl_gui/libORXglgui.a \
    2626                       lib/shell/libORXshell.a \
    27                        lib/network/libORXnet.a 
     27                       lib/network/libORXnet.a
    2828
    2929orxonox_LDADD = util/libORXutils.a \
     
    4949                  story_entities/campaign.cc \
    5050                  story_entities/world.cc \
     51                  story_entities/network_world.cc \
    5152                  world_entities/world_entity.cc \
    5253                  world_entities/camera.cc \
     
    8586                  world_entities/space_ships/space_ship.cc \
    8687                  world_entities/space_ships/helicopter.cc \
     88                  world_entities/spawning_point.cc \
    8789                  subprojects/benchmark.cc
    8890
     
    9496                 story_entities/campaign.h \
    9597                 story_entities/world.h \
     98                 story_entities/network_world.h \
    9699                 world_entities/world_entity.h \
    97100                 world_entities/camera.h \
     
    130133                 world_entities/space_ships/space_ship.h \
    131134                 world_entities/space_ships/helicopter.h \
     135                 world_entities/spawning_point.h \
    132136                 defs/stdincl.h \
    133137                 defs/stdlibincl.h \
Note: See TracChangeset for help on using the changeset viewer.