|
89 | 89 | 'dependencies': [
|
90 | 90 | 'node_js2c#host',
|
91 | 91 | 'deps/cares/cares.gyp:cares',
|
92 |
| - 'deps/v8/tools/gyp/v8.gyp:v8', |
93 |
| - 'deps/v8/tools/gyp/v8.gyp:v8_libplatform' |
| 92 | + # 'deps/v8/tools/gyp/v8.gyp:v8', |
| 93 | + # 'deps/v8/tools/gyp/v8.gyp:v8_libplatform' |
94 | 94 | ],
|
95 | 95 |
|
96 | 96 | 'include_dirs': [
|
97 | 97 | 'src',
|
98 | 98 | 'tools/msvs/genfiles',
|
99 | 99 | 'deps/uv/src/ares',
|
100 | 100 | '<(SHARED_INTERMEDIATE_DIR)', # for node_natives.h
|
101 |
| - 'deps/v8' # include/v8_platform.h |
| 101 | + # 'deps/v8' # include/v8_platform.h |
102 | 102 | ],
|
103 | 103 |
|
104 | 104 | 'sources': [
|
|
240 | 240 | [ 'node_shared_openssl=="false"', {
|
241 | 241 | 'dependencies': [
|
242 | 242 | './deps/openssl/openssl.gyp:openssl',
|
243 |
| - |
244 |
| - # For tests |
245 |
| - './deps/openssl/openssl.gyp:openssl-cli', |
246 |
| - ], |
247 |
| - # Do not let unused OpenSSL symbols to slip away |
248 |
| - 'conditions': [ |
249 |
| - # -force_load or --whole-archive are not applicable for |
250 |
| - # the static library |
251 |
| - [ 'node_target_type!="static_library"', { |
252 |
| - 'xcode_settings': { |
253 |
| - 'OTHER_LDFLAGS': [ |
254 |
| - '-Wl,-force_load,<(PRODUCT_DIR)/<(OPENSSL_PRODUCT)', |
255 |
| - ], |
256 |
| - }, |
257 |
| - 'conditions': [ |
258 |
| - ['OS in "linux freebsd"', { |
259 |
| - 'ldflags': [ |
260 |
| - '-Wl,--whole-archive <(PRODUCT_DIR)/<(OPENSSL_PRODUCT)', |
261 |
| - '-Wl,--no-whole-archive', |
262 |
| - ], |
263 |
| - }], |
264 |
| - ], |
265 |
| - }], |
266 | 243 | ],
|
267 | 244 | }]]
|
268 | 245 | }, {
|
|
427 | 404 | 'ldflags': [ '-Wl,-M,/usr/lib/ld/map.noexstk' ],
|
428 | 405 | }],
|
429 | 406 | ],
|
430 |
| - 'msvs_settings': { |
431 |
| - 'VCManifestTool': { |
432 |
| - 'EmbedManifest': 'true', |
433 |
| - 'AdditionalManifestFiles': 'src/res/node.exe.extra.manifest' |
434 |
| - } |
435 |
| - }, |
436 | 407 | },
|
437 | 408 | # generate ETW header and resource files
|
438 | 409 | {
|
|
655 | 626 | 'type': 'executable',
|
656 | 627 | 'dependencies': [
|
657 | 628 | 'deps/gtest/gtest.gyp:gtest',
|
658 |
| - 'deps/v8/tools/gyp/v8.gyp:v8', |
659 |
| - 'deps/v8/tools/gyp/v8.gyp:v8_libplatform' |
| 629 | + # 'deps/v8/tools/gyp/v8.gyp:v8', |
| 630 | + # 'deps/v8/tools/gyp/v8.gyp:v8_libplatform' |
660 | 631 | ],
|
661 | 632 | 'include_dirs': [
|
662 | 633 | 'src',
|
|
0 commit comments