File tree Expand file tree Collapse file tree 3 files changed +5
-24
lines changed Expand file tree Collapse file tree 3 files changed +5
-24
lines changed Original file line number Diff line number Diff line change 581
581
'msvs_settings' : {
582
582
'VCLinkerTool' : {
583
583
'AdditionalOptions' : [
584
- '/WHOLEARCHIVE:<(node_lib_target_name)<(STATIC_LIB_SUFFIX)' ,
585
- '/WHOLEARCHIVE:<(STATIC_LIB_PREFIX)v8_base_without_compiler<(STATIC_LIB_SUFFIX)' ,
584
+ '/WHOLEARCHIVE:<(PRODUCT_DIR)/lib/<( node_lib_target_name)<(STATIC_LIB_SUFFIX)' ,
585
+ '/WHOLEARCHIVE:<(PRODUCT_DIR)/lib/<( STATIC_LIB_PREFIX)v8_base_without_compiler<(STATIC_LIB_SUFFIX)' ,
586
586
],
587
587
},
588
588
},
Original file line number Diff line number Diff line change 155
155
'msvs_settings' : {
156
156
'VCLinkerTool' : {
157
157
'AdditionalOptions' : [
158
- '/WHOLEARCHIVE:zlib<(STATIC_LIB_SUFFIX)' ,
158
+ '/WHOLEARCHIVE:<(PRODUCT_DIR)/lib/ zlib<(STATIC_LIB_SUFFIX)' ,
159
159
],
160
160
},
161
161
},
194
194
'msvs_settings' : {
195
195
'VCLinkerTool' : {
196
196
'AdditionalOptions' : [
197
- '/WHOLEARCHIVE:libuv<(STATIC_LIB_SUFFIX)' ,
197
+ '/WHOLEARCHIVE:<(PRODUCT_DIR)/lib/ libuv<(STATIC_LIB_SUFFIX)' ,
198
198
],
199
199
},
200
200
},
373
373
'msvs_settings' : {
374
374
'VCLinkerTool' : {
375
375
'AdditionalOptions' : [
376
- '/WHOLEARCHIVE:<(openssl_product)' ,
376
+ '/WHOLEARCHIVE:<(PRODUCT_DIR)/lib/<( openssl_product)' ,
377
377
],
378
378
},
379
379
},
Original file line number Diff line number Diff line change 1805
1805
}],
1806
1806
]
1807
1807
}],
1808
- ['OS=="win"' , {
1809
- 'conditions' : [
1810
- ['_toolset == "host" and host_arch == "x64" or _toolset == "target" and target_arch=="x64"' , {
1811
- 'sources' : [
1812
- '<(V8_ROOT)/src/heap/base/asm/x64/push_registers_masm.asm' ,
1813
- ],
1814
- }],
1815
- ['_toolset == "host" and host_arch == "ia32" or _toolset == "target" and target_arch=="ia32"' , {
1816
- 'sources' : [
1817
- '<(V8_ROOT)/src/heap/base/asm/ia32/push_registers_masm.asm' ,
1818
- ],
1819
- }],
1820
- ['_toolset == "host" and host_arch == "arm64" or _toolset == "target" and target_arch=="arm64"' , {
1821
- 'sources' : [
1822
- '<(V8_ROOT)/src/heap/base/asm/arm64/push_registers_masm.S' ,
1823
- ],
1824
- }],
1825
- ],
1826
- }],
1827
1808
],
1828
1809
},
1829
1810
}, # v8_heap_base
You can’t perform that action at this time.
0 commit comments