Changeset 153 for cafu/trunk/SConstruct
- Timestamp:
- 09/09/10 01:28:29 (21 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/SConstruct
r151 r153 267 267 if envCommon["TARGET_ARCH"]=="x86": 268 268 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"]); 269 270 envRelease.Install(".", ["#/ExtLibs/fmod/api/fmod.dll"]); 270 271 else: 271 272 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"]); 274 274 275 275 if "r" in BVs:
