| Index: pylib/gyp/msvs_emulation.py
|
| diff --git a/pylib/gyp/msvs_emulation.py b/pylib/gyp/msvs_emulation.py
|
| index 967c6d98eda79469e40f030b75c5414cd76322ff..c100169745269aba950ba6ce97ced5ea7ba60f32 100644
|
| --- a/pylib/gyp/msvs_emulation.py
|
| +++ b/pylib/gyp/msvs_emulation.py
|
| @@ -219,6 +219,8 @@ class MsvsSettings(object):
|
| """Updates include_dirs to expand VS specific paths, and adds the system
|
| include dirs used for platform SDK and similar."""
|
| includes = include_dirs + self.msvs_system_include_dirs[config]
|
| + includes.extend(self._Setting(
|
| + ('VCCLCompilerTool', 'AdditionalIncludeDirectories'), config, default=[]))
|
| return [self.ConvertVSMacros(p) for p in includes]
|
|
|
| def GetComputedDefines(self, config):
|
|
|