ZynAddSubFX: link against -lws2_32 on Win32

Once more explicit linking is required with recent MinGW toolchains.
(cherry picked from commit 1590dd0d39)
This commit is contained in:
Tobias Doerffel
2010-12-06 10:42:29 +01:00
parent f0e7b3a83c
commit 45a671c93a

View File

@@ -105,7 +105,7 @@ ADD_DEPENDENCIES(RemoteZynAddSubFx ZynAddSubFxCore)
# link system libraries when on win32
IF(LMMS_BUILD_WIN32)
TARGET_LINK_LIBRARIES(RemoteZynAddSubFx ${QT_LIBRARIES} -lole32 -luuid -lcomctl32 -lgdi32)
TARGET_LINK_LIBRARIES(RemoteZynAddSubFx ${QT_LIBRARIES} -lole32 -luuid -lcomctl32 -lgdi32 -lws2_32)
ENDIF(LMMS_BUILD_WIN32)
# FLTK needs X