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:
authorJoerg Mueller <nexyon@gmail.com>2009-08-05 18:10:29 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-08-05 18:10:29 +0400
commitacd02148d84cf33c06fadd33b3af9d7d44d5974a (patch)
tree34d6d013e4a8b4eaeda3f11479f6cd5ec8f0c43b /config/win32-vc-config.py
parent64ba7c13039eb38c9346723a8686cf96369f980b (diff)
Update for new OpenAL windows library.
Diffstat (limited to 'config/win32-vc-config.py')
-rw-r--r--config/win32-vc-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index c2f8e29e4c6..359f52e6bf8 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -22,7 +22,7 @@ WITH_BF_OPENAL = True
WITH_BF_STATICOPENAL = False
BF_OPENAL = LIBDIR + '/openal'
BF_OPENAL_INC = '${BF_OPENAL}/include ${BF_OPENAL}/include/AL '
-BF_OPENAL_LIB = 'dxguid openal_static'
+BF_OPENAL_LIB = 'wrap_oal'
BF_OPENAL_LIBPATH = '${BF_OPENAL}/lib'
# Warning, this static lib configuration is untested! users of this OS please confirm.
BF_OPENAL_LIB_STATIC = '${BF_OPENAL}/lib/libopenal.a'