Changeset 153 for cafu/trunk/SConstruct

Show
Ignore:
Timestamp:
09/09/10 01:28:29 (21 months ago)
Author:
Carsten
Message:

Merged the latest changes in vendor/openal-win to cafu/trunk/ExtLibs/openal-win,
adding the 64-bit editions of the OpenAL DLLs.

Note that this implements the "Vendor Branches" strategy described in the Subversion book at
 http://svnbook.red-bean.com/nightly/en/svn.branchmerge.basicmerging.html
 http://svnbook.red-bean.com/nightly/en/svn.advanced.vendorbr.html

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/SConstruct

    r151 r153  
    267267    if envCommon["TARGET_ARCH"]=="x86": 
    268268        envRelease.Install(".", ["#/ExtLibs/Cg/bin/cg.dll", "#/ExtLibs/Cg/bin/cgGL.dll"]); 
     269        envRelease.Install(".", ["#/ExtLibs/openal-win/libs/Win32/OpenAL32.dll", "#/ExtLibs/openal-win/libs/Win32/wrap_oal.dll"]); 
    269270        envRelease.Install(".", ["#/ExtLibs/fmod/api/fmod.dll"]); 
    270271    else: 
    271272        envRelease.Install(".", ["#/ExtLibs/Cg/bin.x64/cg.dll", "#/ExtLibs/Cg/bin.x64/cgGL.dll"]); 
    272  
    273     envRelease.Install(".", ["#/ExtLibs/openal-win/OpenAL32.dll", "#/ExtLibs/openal-win/wrap_oal.dll"]); 
     273        envRelease.Install(".", ["#/ExtLibs/openal-win/libs/Win64/OpenAL32.dll", "#/ExtLibs/openal-win/libs/Win64/wrap_oal.dll"]); 
    274274 
    275275    if "r" in BVs: