Remove useless dependency dxguid

This commit is contained in:
joris 2012-02-25 09:17:29 +01:00
parent 2390253b3c
commit 85e0aac1e9

View file

@ -576,7 +576,7 @@ endif()
if(WIN32)
add_definitions(-DUSE_WIN32)
set(stratagus_SRCS ${stratagus_SRCS} ${win32_SRCS})
set(stratagus_LIBS ${stratagus_LIBS} dsound dxguid winmm ws2_32)
set(stratagus_LIBS ${stratagus_LIBS} dsound winmm ws2_32)
endif()
if (WIN32 AND MSVC)