| Index: pylib/gyp/generator/msvs.py
|
| diff --git a/pylib/gyp/generator/msvs.py b/pylib/gyp/generator/msvs.py
|
| index eb1e17d5bff1da91cfc267fd692a6e0507f6a55d..1338790ef68f9cae0df435bd358452e8cb19edb8 100644
|
| --- a/pylib/gyp/generator/msvs.py
|
| +++ b/pylib/gyp/generator/msvs.py
|
| @@ -2345,6 +2345,9 @@ def _GenerateMSBuildRuleTargetsFile(targets_path, msbuild_rules):
|
| rule_name,
|
| {'Condition': "'@(%s)' != '' and '%%(%s.ExcludedFromBuild)' != "
|
| "'true'" % (rule_name, rule_name),
|
| + 'EchoOff': 'true',
|
| + 'StandardOutputImportance': 'High',
|
| + 'StandardErrorImportance': 'High',
|
| 'CommandLineTemplate': '%%(%s.CommandLineTemplate)' % rule_name,
|
| 'AdditionalOptions': '%%(%s.AdditionalOptions)' % rule_name,
|
| 'Inputs': rule_inputs
|
|
|