Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 4, 2005, 12:49:24 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: building the SoundEngine as a lib

File:
1 edited

Legend:

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

    r4504 r4506  
    99
    1010orxonox_DEPENDENCIES = lib/gui/libORXgui.a \
     11                       lib/sound/libORXsound.a \
    1112                       lib/event/libORXevent.a \
    1213                       lib/physics/libORXphysics.a \
     
    1516
    1617orxonox_LDADD = lib/gui/libORXgui.a \
     18                lib/sound/libORXsound.a \
    1719                lib/event/libORXevent.a \
    1820                lib/physics/libORXphysics.a \
     
    6668                 lib/graphics/importer/material.cc \
    6769                 lib/graphics/importer/texture.cc \
    68                  lib/sound/sound_engine.cc \
    6970                 lib/lang/base_object.cc \
    7071                 lib/util/ini_parser.cc \
     
    138139                 lib/graphics/importer/material.h \
    139140                 lib/graphics/importer/texture.h \
    140                  lib/sound/sound_engine.h \
    141141                 lib/lang/base_object.h \
    142142                 lib/util/ini_parser.h \
Note: See TracChangeset for help on using the changeset viewer.