|
|
@ -1,7 +1,7 @@ |
|
|
|
diff -u -r ../node-v11.0.0/node.gyp ./node.gyp
|
|
|
|
--- ../node-v11.0.0/node.gyp 2018-10-23 15:59:38.000000000 +0000
|
|
|
|
+++ ./node.gyp 2018-10-25 20:46:25.481050534 +0000
|
|
|
|
@@ -848,78 +848,7 @@
|
|
|
|
diff -u -r ../node-v11.8.0/node.gyp ./node.gyp
|
|
|
|
--- ../node-v11.8.0/node.gyp 2019-01-24 23:19:08.000000000 +0000
|
|
|
|
+++ ./node.gyp 2019-01-27 08:15:48.080455307 +0000
|
|
|
|
@@ -945,101 +945,7 @@
|
|
|
|
], |
|
|
|
} ], |
|
|
|
] |
|
|
@ -75,6 +75,29 @@ diff -u -r ../node-v11.0.0/node.gyp ./node.gyp |
|
|
|
- 'OTHER_LDFLAGS': [ '-Wl,-rpath,@loader_path', ],
|
|
|
|
- },
|
|
|
|
- }],
|
|
|
|
- [ 'node_report=="true"', {
|
|
|
|
- 'defines': [
|
|
|
|
- 'NODE_REPORT',
|
|
|
|
- 'NODE_ARCH="<(target_arch)"',
|
|
|
|
- 'NODE_PLATFORM="<(OS)"',
|
|
|
|
- ],
|
|
|
|
- 'conditions': [
|
|
|
|
- ['OS=="win"', {
|
|
|
|
- 'libraries': [
|
|
|
|
- 'dbghelp.lib',
|
|
|
|
- 'Netapi32.lib',
|
|
|
|
- 'PsApi.lib',
|
|
|
|
- 'Ws2_32.lib',
|
|
|
|
- ],
|
|
|
|
- 'dll_files': [
|
|
|
|
- 'dbghelp.dll',
|
|
|
|
- 'Netapi32.dll',
|
|
|
|
- 'PsApi.dll',
|
|
|
|
- 'Ws2_32.dll',
|
|
|
|
- ],
|
|
|
|
- }],
|
|
|
|
- ],
|
|
|
|
- }],
|
|
|
|
- ],
|
|
|
|
- }, # cctest
|
|
|
|
+ } # rename_node_bin_win
|
|
|
|