From 5235f81c453d57672d9e9bca273587c8034fb574 Mon Sep 17 00:00:00 2001 From: lasconic Date: Mon, 1 Dec 2014 21:32:37 +0100 Subject: [PATCH] fix #40401: Error on launch on Windows 7 64bits, missing MSVCR100.dll --- mscore/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mscore/CMakeLists.txt b/mscore/CMakeLists.txt index f351c9407a6d..8d1a52fc7b6f 100644 --- a/mscore/CMakeLists.txt +++ b/mscore/CMakeLists.txt @@ -428,8 +428,8 @@ if (MINGW) ${CROSS}/lib/libogg.dll ${CROSS}/lib/libvorbis.dll ${CROSS}/lib/libvorbisfile.dll - ${CROSS}/lib/ssleay32.dll - ${CROSS}/lib/libeay32.dll + ${CROSS}/opt/bin/ssleay32.dll + ${CROSS}/opt/bin/libeay32.dll ${CROSSQT}/bin/Qt5Core.dll ${CROSSQT}/bin/Qt5Widgets.dll ${CROSSQT}/bin/Qt5Gui.dll