windows: link with advapi32 and shell32 libraries

Older versions of GYP would set up the Visual Studio project to link
with these libraries by default, but this was changed in r1584 (see
https://codereview.chromium.org/12256017).

Closes #728
This commit is contained in:
Bert Belder 2013-03-04 20:22:25 +01:00
parent 7e59f9bb53
commit ea0796f3bf

6
uv.gyp
View File

@ -100,9 +100,11 @@
],
'link_settings': {
'libraries': [
'-lws2_32.lib',
'-ladvapi32.lib',
'-liphlpapi.lib',
'-lpsapi.lib',
'-liphlpapi.lib'
'-lshell32.lib',
'-lws2_32.lib'
],
},
}, { # Not Windows i.e. POSIX