Show
Ignore:
Timestamp:
01/11/10 21:13:23 (2 years ago)
Author:
Carsten
Message:

a) Set correct name of libfmod-3.75.so in Libs/SConscript. Fixes #2.
b) Updated the message text of the final GUI panel in the TechDemo map.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/Libs/SConscript

    r36 r40  
    207207    envSoundSys.Append(LINKFLAGS=["Libs/SoundSystem/Common/linker-script"]) 
    208208    envSoundSys.Append(LIBPATH=['#/ExtLibs/fmod/api']) 
    209     envSoundSys.Append(LIBS=["SoundSys", "fmod"]) 
     209    envSoundSys.Append(LIBS=["SoundSys", "fmod-3.75"]) 
    210210 
    211211if sys.platform!="linux2" or platform.machine()!="x86_64":      # We don't have the FMod libraries for x86_64 platforms...