Skip to content

Commit 9b1c323

Browse files
committed
Fix previous commit
1 parent c757ea9 commit 9b1c323

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

nw.gypi

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@
1414
'nw_use_commit_id%': '<!(python <(DEPTH)/content/nw/tools/<(nw_id_script_base) check ..)',
1515
},
1616
'target_defaults': {
17+
'msvs_settings': {
18+
'VCLinkerTool': {
19+
'AdditionalDependencies': [
20+
'runtimeobject.lib',
21+
],
22+
'DelayLoadDLLs': [
23+
'API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL',
24+
'API-MS-WIN-CORE-WINRT-L1-1-0.DLL',
25+
'API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL',
26+
],
27+
},
28+
},
1729
'configurations': {
1830
'Release_Base': {
1931
# Set flags to unconditionally optimize chrome_frame_launcher.exe
@@ -351,14 +363,6 @@
351363
'msvs_settings': {
352364
'VCLinkerTool': {
353365
'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
354-
'AdditionalDependencies': [
355-
'runtimeobject.lib',
356-
],
357-
'DelayLoadDLLs': [
358-
'API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL',
359-
'API-MS-WIN-CORE-WINRT-L1-1-0.DLL',
360-
'API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL',
361-
],
362366
},
363367
},
364368
'configurations': {

0 commit comments

Comments
 (0)