Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 7, 2006, 11:07:22 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the branche network back to the trunk
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/network . -r 6351:HEAD
no conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r6222 r6424  
    4848                  story_entities/story_entity.cc \
    4949                  story_entities/campaign.cc \
    50                   story_entities/world.cc \
    51                   story_entities/network_world.cc \
     50                  story_entities/campaign_data.cc \
     51                  story_entities/game_world.cc \
     52                  story_entities/game_world_data.cc \
     53                  story_entities/single_player_world.cc \
     54                  story_entities/single_player_world_data.cc \
     55                  story_entities/multi_player_world.cc \
     56                  story_entities/multi_player_world_data.cc \
    5257                  world_entities/world_entity.cc \
    5358                  world_entities/camera.cc \
     
    96101                 story_entities/story_def.h \
    97102                 story_entities/campaign.h \
    98                  story_entities/world.h \
    99                  story_entities/network_world.h \
     103                 story_entities/campaign_data.h \
     104                 story_entities/game_world.h \
     105                 story_entities/game_world_data.h \
     106                 story_entities/single_player_world.h \
     107                 story_entities/single_player_world_data.h \
     108                 story_entities/multi_player_world.h \
     109                 story_entities/multi_player_world_data.h \
    100110                 world_entities/world_entity.h \
    101111                 world_entities/camera.h \
Note: See TracChangeset for help on using the changeset viewer.