Skip to content

Commit

Permalink
fix #40401: Error on launch on Windows 7 64bits, missing MSVCR100.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Dec 1, 2014
1 parent 255eaaa commit 5235f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mscore/CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 5235f81

Please sign in to comment.