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:
authorCampbell Barton <ideasman42@gmail.com>2014-05-15 10:12:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-15 10:16:25 +0400
commitb252915b689f6f9385dbfea926c33f48683ee3cd (patch)
tree50b92b2fad92effc41e6c7e699209b28e0801ee2 /source/creator
parentc7ab68f1c4d02136bd70d4a17eaae4b78254db74 (diff)
CMake/SCons: finish removing MSVC2012 references
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt50
1 files changed, 7 insertions, 43 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index a7a3d602c95..4943256161f 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -648,19 +648,7 @@ elseif(WIN32)
endif()
if(WITH_CODEC_FFMPEG)
- if(MSVC11)
- install(
- FILES
- ${LIBDIR}/ffmpeg/lib/avcodec-54.dll
- ${LIBDIR}/ffmpeg/lib/avformat-54.dll
- ${LIBDIR}/ffmpeg/lib/avdevice-54.dll
- ${LIBDIR}/ffmpeg/lib/avutil-52.dll
- ${LIBDIR}/ffmpeg/lib/avfilter-3.dll
- ${LIBDIR}/ffmpeg/lib/swresample-0.dll
- ${LIBDIR}/ffmpeg/lib/swscale-2.dll
- DESTINATION ${TARGETDIR}
- )
- elseif(WITH_MINGW64)
+ if(WITH_MINGW64)
install(
FILES
${LIBDIR}/ffmpeg/lib/avcodec-53.dll
@@ -693,38 +681,14 @@ elseif(WIN32)
endif()
if(WITH_OPENAL)
- if(MSVC11)
- install(
- FILES
- ${LIBDIR}/openal/lib/OpenAL32.dll
- DESTINATION ${TARGETDIR}
- )
- else()
- install(
- FILES
- ${LIBDIR}/openal/lib/OpenAL32.dll
- ${LIBDIR}/openal/lib/wrap_oal.dll
- DESTINATION ${TARGETDIR}
- )
- endif()
+ install(
+ FILES
+ ${LIBDIR}/openal/lib/OpenAL32.dll
+ ${LIBDIR}/openal/lib/wrap_oal.dll
+ DESTINATION ${TARGETDIR}
+ )
endif()
-# if(WITH_JACK AND MSVC11)
-# if(CMAKE_CL_64)
-# install(
-# FILES
-# ${LIBDIR}/jack/lib/libjack64.dll
-# DESTINATION ${TARGETDIR}
-# )
-# else()
-# install(
-# FILES
-# ${LIBDIR}/jack/lib/libjack.dll
-# DESTINATION ${TARGETDIR}
-# )
-# endif()
-# endif()
-
if(WITH_SDL)
if(NOT CMAKE_CL_64)
install(