|
|
@ -1,7 +1,7 @@ |
|
|
|
diff -u -r ../node-v11.9.0/node.gyp ./node.gyp
|
|
|
|
--- ../node-v11.9.0/node.gyp 2019-01-30 20:43:35.000000000 +0000
|
|
|
|
+++ ./node.gyp 2019-02-03 22:20:56.110868418 +0000
|
|
|
|
@@ -946,102 +946,7 @@
|
|
|
|
diff -u -r ../node-v11.10.0/node.gyp ./node.gyp
|
|
|
|
--- ../node-v11.10.0/node.gyp 2019-02-14 21:22:48.000000000 +0000
|
|
|
|
+++ ./node.gyp 2019-02-15 22:25:29.851808043 +0000
|
|
|
|
@@ -963,101 +963,7 @@
|
|
|
|
], |
|
|
|
} ], |
|
|
|
] |
|
|
@ -14,6 +14,7 @@ diff -u -r ../node-v11.9.0/node.gyp ./node.gyp |
|
|
|
- '<(node_lib_target_name)',
|
|
|
|
- 'rename_node_bin_win',
|
|
|
|
- 'deps/gtest/gtest.gyp:gtest',
|
|
|
|
- 'deps/histogram/histogram.gyp:histogram',
|
|
|
|
- 'node_dtrace_header',
|
|
|
|
- 'node_dtrace_ustack',
|
|
|
|
- 'node_dtrace_provider',
|
|
|
@ -86,13 +87,11 @@ diff -u -r ../node-v11.9.0/node.gyp ./node.gyp |
|
|
|
- ['OS=="win"', {
|
|
|
|
- 'libraries': [
|
|
|
|
- 'dbghelp.lib',
|
|
|
|
- 'Netapi32.lib',
|
|
|
|
- 'PsApi.lib',
|
|
|
|
- 'Ws2_32.lib',
|
|
|
|
- ],
|
|
|
|
- 'dll_files': [
|
|
|
|
- 'dbghelp.dll',
|
|
|
|
- 'Netapi32.dll',
|
|
|
|
- 'PsApi.dll',
|
|
|
|
- 'Ws2_32.dll',
|
|
|
|
- ],
|
|
|
|