Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 2, 2005, 11:46:13 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: building the EventSystem as libORXevent.a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/Makefile.am

    r4457 r4484  
    1010
    1111orxonox_DEPENDENCIES = lib/gui/libORXgui.a \
     12                       lib/event/libORXevent.a \
    1213                       lib/physics/libORXphysics.a \
    1314                       lib/particles/libORXparticles.a \
     
    1516
    1617orxonox_LDADD = lib/gui/libORXgui.a \
     18                lib/event/libORXevent.a \
    1719                lib/physics/libORXphysics.a \
    1820                lib/particles/libORXparticles.a \
     
    5658                 lib/coord/null_parent.cc \
    5759                 lib/coord/helper_parent.cc \
    58                  lib/event/event.cc \
    59                  lib/event/event_handler.cc \
    60                  lib/event/event_listener.cc \
    61                  lib/event/key_mapper.cc \
    62                  lib/event/key_names.cc \
    6360                 lib/graphics/graphics_engine.cc \
    6461                 lib/graphics/light.cc \
     
    127124                 lib/coord/null_parent.h \
    128125                 lib/coord/helper_parent.h \
    129                  lib/event/event.h \
    130                  lib/event/event_def.h \
    131                  lib/event/event_listener.h \
    132                  lib/event/event_handler.h \
    133                  lib/event/key_mapper.h \
    134                  lib/event/key_names.h \
    135126                 lib/graphics/graphics_engine.h \
    136127                 lib/graphics/light.h \
Note: See TracChangeset for help on using the changeset viewer.