| 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++'], |
| }, |