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 95577a8699
commit aebc0f2242

6
uv.gyp
View File

@ -160,9 +160,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