summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node.gyp38
1 files changed, 7 insertions, 31 deletions
diff --git a/node.gyp b/node.gyp
index 676be6e038..2ad76020f5 100644
--- a/node.gyp
+++ b/node.gyp
@@ -345,16 +345,7 @@
],
'conditions': [
['OS=="win"', {
- 'libraries': [
- 'dbghelp.lib',
- 'PsApi.lib',
- 'Ws2_32.lib',
- ],
- 'dll_files': [
- 'dbghelp.dll',
- 'PsApi.dll',
- 'Ws2_32.dll',
- ],
+ 'libraries': [ 'Ws2_32' ],
}],
],
}],
@@ -623,7 +614,10 @@
],
}],
],
- 'libraries': [ '-lpsapi.lib' ]
+ 'libraries': [
+ 'Dbghelp',
+ 'Psapi',
+ ],
}],
[ 'node_use_etw=="true"', {
'defines': [ 'HAVE_ETW=1' ],
@@ -718,16 +712,7 @@
],
'conditions': [
['OS=="win"', {
- 'libraries': [
- 'dbghelp.lib',
- 'PsApi.lib',
- 'Ws2_32.lib',
- ],
- 'dll_files': [
- 'dbghelp.dll',
- 'PsApi.dll',
- 'Ws2_32.dll',
- ],
+ 'libraries': [ 'Ws2_32' ],
}],
],
}],
@@ -1083,16 +1068,7 @@
],
'conditions': [
['OS=="win"', {
- 'libraries': [
- 'dbghelp.lib',
- 'PsApi.lib',
- 'Ws2_32.lib',
- ],
- 'dll_files': [
- 'dbghelp.dll',
- 'PsApi.dll',
- 'Ws2_32.dll',
- ],
+ 'libraries': [ 'Ws2_32' ],
}],
],
}],