X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fwin32%2Fws2_32%2FCMakeLists.txt;h=9e4e8e646b2be7ce2726d5facfcb983a0193862d;hp=4f7024025e5e69d3976ef00cefd89c947dabbbfa;hb=53fbd8e18538e430a677ca80bb451f70e5652eea;hpb=e11826a8322dea61840a5b173d3a9c87edddb217 diff --git a/dll/win32/ws2_32/CMakeLists.txt b/dll/win32/ws2_32/CMakeLists.txt index 4f7024025e5..9e4e8e646b2 100644 --- a/dll/win32/ws2_32/CMakeLists.txt +++ b/dll/win32/ws2_32/CMakeLists.txt @@ -29,7 +29,8 @@ set_module_type(ws2_32 win32dll) target_link_libraries(ws2_32 wine) -add_importlibs(ws2_32 user32 advapi32 dnsapi ws2help kernel32 ntdll) +add_importlibs(ws2_32 user32 advapi32 dnsapi ws2help msvcrt kernel32 ntdll) add_pch(ws2_32 ${CMAKE_CURRENT_SOURCE_DIR}/include/ws2_32.h ${SOURCE}) -add_cab_target(ws2_32 1) +add_cd_file(TARGET ws2_32 DESTINATION reactos/system32) +add_importlib_target(ws2_32.spec)