From a35234108088a38f8b2c6135ea61ac0ec8af039e Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Tue, 14 Dec 2010 10:38:15 +0100 Subject: [PATCH] CMakeLists.txt: new filename for Fluidsynth DLL When packaging for Win32 use the new filename for the Fluidsynth DLL. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9fa8427b..7931b78bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -455,7 +455,7 @@ IF(LMMS_BUILD_WIN32) ${MINGW_PREFIX}/bin/libvorbisenc-2.dll ${MINGW_PREFIX}/bin/libvorbisfile-3.dll ${MINGW_PREFIX}/bin/libogg-0.dll - ${MINGW_PREFIX}/bin/libfluidsynth-1.dll + ${MINGW_PREFIX}/bin/libfluidsynth.dll ${MINGW_PREFIX}/bin/libfftw3f-3.dll ${MINGW_PREFIX}/bin/libFLAC-8.dll ${MINGW_PREFIX}/bin/SDL.dll