win32 libraries needed whether GDI or SDL.

This commit is contained in:
Kelvin Sherlock 2019-02-21 00:34:26 -05:00
parent d12ce862fc
commit b2d6adce69

View File

@ -201,7 +201,7 @@ if (WITH_ATBRIDGE)
target_link_libraries(GSplus atbridge)
endif()
if (DRIVER MATCHES "WIN32")
if (WIN32)
target_link_libraries(GSplus comdlg32 Shlwapi IPHlpApi
winmm gdi32 dsound comctl32 ws2_32 shell32
)