Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 7, 2005, 4:16:51 PM (18 years ago)
Author:
patrick
Message:

network: merged the trunk into the network with the command svn merge -r5824:HEAD ../trunk network, changes changed… bla bla..

File:
1 edited

Legend:

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

    r5830 r5968  
    2121                       lib/collision_detection/libORXcd.a \
    2222                       lib/graphics/spatial_separation/libORXquadtree.a \
    23                        lib/tinyxml/libtinyxml.a \
     23                       lib/parser/tinyxml/libtinyxml.a \
     24                       lib/parser/ini_parser/libIniParser.a \
    2425                       lib/gui/gl_gui/libORXglgui.a \
    2526                       lib/shell/libORXshell.a \
     
    3738                lib/particles/libORXparticles.a \
    3839                lib/graphics/spatial_separation/libORXquadtree.a \
    39                 lib/tinyxml/libtinyxml.a \
     40                lib/parser/tinyxml/libtinyxml.a \
     41                lib/parser/ini_parser/libIniParser.a \
    4042                lib/gui/gl_gui/libORXglgui.a \
    4143                lib/shell/libORXshell.a \
     
    4951                  world_entities/world_entity.cc \
    5052                  world_entities/camera.cc \
     53                  world_entities/playable.cc \
    5154                  world_entities/player.cc \
    5255                  world_entities/npcs/npc.cc \
     
    7881                  world_entities/power_ups/turret_power_up.cc \
    7982                  world_entities/power_ups/laser_power_up.cc \
     83                  world_entities/space_ships/space_ship.cc \
    8084                  subprojects/benchmark.cc
    8185
     
    8993                 world_entities/world_entity.h \
    9094                 world_entities/camera.h \
     95                 world_entities/playable.h \
    9196                 world_entities/player.h \
    9297                 world_entities/npcs/npc.h \
Note: See TracChangeset for help on using the changeset viewer.