Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5955 in orxonox.OLD for branches/powerups/src/Makefile.am


Ignore:
Timestamp:
Dec 7, 2005, 1:05:10 PM (18 years ago)
Author:
bensch
Message:

branches/powerups: merged the trunk to branches/powerup
merged with commandsvn merge ../trunk/ powerups/ -r5848:HEAD
conflicts resolved in favor of the trunk

File:
1 edited

Legend:

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

    r5766 r5955  
    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
     
    3637                lib/particles/libORXparticles.a \
    3738                lib/graphics/spatial_separation/libORXquadtree.a \
    38                 lib/tinyxml/libtinyxml.a \
     39                lib/parser/tinyxml/libtinyxml.a \
     40                lib/parser/ini_parser/libIniParser.a \
    3941                lib/gui/gl_gui/libORXglgui.a \
    4042                lib/shell/libORXshell.a \
     
    4749                  world_entities/world_entity.cc \
    4850                  world_entities/camera.cc \
     51                  world_entities/playable.cc \
    4952                  world_entities/player.cc \
    5053                  world_entities/npcs/npc.cc \
     
    7679                  world_entities/power_ups/turret_power_up.cc \
    7780                  world_entities/power_ups/laser_power_up.cc \
     81                  world_entities/space_ships/space_ship.cc \
    7882                  subprojects/benchmark.cc
    7983
     
    8791                 world_entities/world_entity.h \
    8892                 world_entities/camera.h \
     93                 world_entities/playable.h \
    8994                 world_entities/player.h \
    9095                 world_entities/npcs/npc.h \
Note: See TracChangeset for help on using the changeset viewer.