Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-12-27 13:37:19 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-12-27 13:37:19 +0400
commita0e62e77d75f0732ef877401f4ed9b1861ff9126 (patch)
tree7cf095412e0c5bc05202d9bf8d619b4153552bb5 /SConstruct
parent397d7d949f1d6e7b83aacff40a14f60d8af167b7 (diff)
Update build files to use new OpenAL libraries
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 1a038278404..88444c61314 100644
--- a/SConstruct
+++ b/SConstruct
@@ -756,7 +756,6 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'):
if env['WITH_BF_OPENAL']:
dllsources.append('${LCGDIR}/openal/lib/OpenAL32.dll')
- dllsources.append('${LCGDIR}/openal/lib/wrap_oal.dll')
if env['WITH_BF_SNDFILE']:
dllsources.append('${LCGDIR}/sndfile/lib/libsndfile-1.dll')