Author: tkreuzer Date: Tue Feb 15 12:54:50 2011 New Revision: 50700
URL: http://svn.reactos.org/svn/reactos?rev=50700&view=rev Log: [CMAKE] fix msvc build of mswsock
Modified: branches/cmake-bringup/dll/win32/mswsock/CMakeLists.txt branches/cmake-bringup/dll/win32/wsock32/CMakeLists.txt
Modified: branches/cmake-bringup/dll/win32/mswsock/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/mswsock/... ============================================================================== --- branches/cmake-bringup/dll/win32/mswsock/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/mswsock/CMakeLists.txt [iso-8859-1] Tue Feb 15 12:54:50 2011 @@ -17,3 +17,4 @@ set_module_type(mswsock win32dll) add_importlibs(mswsock ws2_32 msvcrt kernel32) add_cab_target(mswsock 1) +add_importlib_target(mswsock.spec)
Modified: branches/cmake-bringup/dll/win32/wsock32/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/wsock32/... ============================================================================== --- branches/cmake-bringup/dll/win32/wsock32/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/wsock32/CMakeLists.txt [iso-8859-1] Tue Feb 15 12:54:50 2011 @@ -6,5 +6,5 @@
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)