Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: shell/shell.gyp

Issue 29451722: Issue 4907 - Update v8 to 5.7.278 in libadblockplus (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: add Xcode into readme Created June 2, 2017, 2:24 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: shell/shell.gyp
diff --git a/shell/shell.gyp b/shell/shell.gyp
index 7f47492efc6203018700a49f10719c3a24780eb9..093d7e835f582962941bf92edce59f2c9d454015 100644
--- a/shell/shell.gyp
+++ b/shell/shell.gyp
@@ -15,6 +15,11 @@
'src/PrefsCommand.cpp',
'src/SubscriptionsCommand.cpp'
],
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'SubSystem': '1', # Console
+ }
+ },
'xcode_settings': {
'OTHER_LDFLAGS': ['-stdlib=libstdc++'],
},

Powered by Google App Engine
This is Rietveld