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:
authorMartijn Berger <martijn.berger@gmail.com>2015-01-28 12:36:19 +0300
committerMartijn Berger <martijn.berger@gmail.com>2015-01-28 12:36:19 +0300
commitce52e781b063f1e2a9942454cb54bff568fa3b8d (patch)
tree97fd3789a0cc92b4e07395ac60edcba1b87ef608 /source/creator
parente17c6f79a57513eb1584fa79f698a8f3a85e0d9a (diff)
Switch windows MSVC builds to OpenAL-soft
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 f4d643288ec..f51b7bec7c9 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -761,7 +761,6 @@ elseif(WIN32)
install(
FILES
${LIBDIR}/openal/lib/OpenAL32.dll
- ${LIBDIR}/openal/lib/wrap_oal.dll
DESTINATION "."
)
endif()