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 /source/creator
parent397d7d949f1d6e7b83aacff40a14f60d8af167b7 (diff)
Update build files to use new OpenAL libraries
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 48c7dca0b4d..52626869777 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -532,7 +532,6 @@ elseif(WIN32)
install(
FILES
${LIBDIR}/openal/lib/OpenAL32.dll
- ${LIBDIR}/openal/lib/wrap_oal.dll
DESTINATION ${TARGETDIR}
)
endif()