Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2007, 4:10:08 PM (16 years ago)
Author:
nicolasc
Message:
  • a lot of inlining of getfunctions
  • set libaudio to shared (not sure, if related: audioplayer + ingame sound == crash!)
  • minor space cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/audio/CMakeLists.txt

    r536 r659  
    1212INCLUDE_DIRECTORIES(..)
    1313
    14 ADD_LIBRARY(audio ${SRC_FILES})
     14ADD_LIBRARY(audio SHARED ${SRC_FILES})
    1515
    1616TARGET_LINK_LIBRARIES(audio ${OPENAL_LIBRARY} ${ALUT_LIBRARY} ${VORBISFILE_LIBRARY} ${VORBISENC_LIBRARY} ${VORBIS_LIBRARY} ${OGG_LIBRARY})
Note: See TracChangeset for help on using the changeset viewer.