Revision: 9069 Author: [email protected] Date: Tue Aug 30 04:10:09 2011 Log: Add a dependency of v8_base on WinSocket2 Windows library.
v8_base depends on ws2_32.lib for accept() and some of the other socket used for the debugger. Patch by Ryan Dahl <[email protected]> [email protected] BUG=none TEST=none Review URL: http://codereview.chromium.org/7806011 http://code.google.com/p/v8/source/detail?r=9069 Modified: /branches/bleeding_edge/tools/gyp/v8.gyp ======================================= --- /branches/bleeding_edge/tools/gyp/v8.gyp Thu Aug 25 07:50:09 2011 +++ /branches/bleeding_edge/tools/gyp/v8.gyp Tue Aug 30 04:10:09 2011 @@ -646,7 +646,7 @@ ], 'msvs_disabled_warnings': [4351, 4355, 4800], 'link_settings': { - 'libraries': [ '-lwinmm.lib' ], + 'libraries': [ '-lwinmm.lib', '-lws2_32.lib' ], }, }], ['component=="shared_library"', { -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
