ZynAddSubFX: link against -lws2_32 on Win32

Once more explicit linking is required with recent MinGW toolchains.
This commit is contained in:
Tobias Doerffel
2010-12-06 10:42:29 +01:00
parent 49b6f25b2d
commit 1590dd0d39

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