fix msvc build of mswsock

svn path=/branches/cmake-bringup/; revision=50700
This commit is contained in:
Timo Kreuzer 2011-02-15 12:54:50 +00:00
parent 285dd00828
commit b0fe2ffc8f
2 changed files with 2 additions and 1 deletions

View file

@ -17,3 +17,4 @@ add_library(mswsock SHARED ${SOURCE})
set_module_type(mswsock win32dll)
add_importlibs(mswsock ws2_32 msvcrt kernel32)
add_cab_target(mswsock 1)
add_importlib_target(mswsock.spec)

View file

@ -6,5 +6,5 @@ add_library(wsock32 SHARED stubs.c wsock32.rc wsock32.def ${CMAKE_CURRENT_BINARY
set_module_type(wsock32 win32dll)
add_importlibs(wsock32 ws2_32 msvcrt kernel32 ntdll)
add_importlibs(wsock32 mswsock ws2_32 msvcrt kernel32 ntdll)
add_cab_target(wsock32 1)