mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[CMAKE]
fix msvc build of mswsock svn path=/branches/cmake-bringup/; revision=50700
This commit is contained in:
parent
285dd00828
commit
b0fe2ffc8f
2 changed files with 2 additions and 1 deletions
|
@ -17,3 +17,4 @@ add_library(mswsock SHARED ${SOURCE})
|
||||||
set_module_type(mswsock win32dll)
|
set_module_type(mswsock win32dll)
|
||||||
add_importlibs(mswsock ws2_32 msvcrt kernel32)
|
add_importlibs(mswsock ws2_32 msvcrt kernel32)
|
||||||
add_cab_target(mswsock 1)
|
add_cab_target(mswsock 1)
|
||||||
|
add_importlib_target(mswsock.spec)
|
||||||
|
|
|
@ -6,5 +6,5 @@ add_library(wsock32 SHARED stubs.c wsock32.rc wsock32.def ${CMAKE_CURRENT_BINARY
|
||||||
|
|
||||||
set_module_type(wsock32 win32dll)
|
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)
|
add_cab_target(wsock32 1)
|
||||||
|
|
Loading…
Reference in a new issue