| Index: pylib/gyp/MSVSSettings.py
|
| diff --git a/pylib/gyp/MSVSSettings.py b/pylib/gyp/MSVSSettings.py
|
| index dde0e07092b1677f0aa1e9e76d6c96494edd227d..4985756bdde76a5412bf82ad5317177198b8475d 100644
|
| --- a/pylib/gyp/MSVSSettings.py
|
| +++ b/pylib/gyp/MSVSSettings.py
|
| @@ -708,10 +708,7 @@ _MSVSOnly(_compile, 'UseUnicodeResponseFiles', _boolean)
|
| _MSBuildOnly(_compile, 'BuildingInIDE', _boolean)
|
| _MSBuildOnly(_compile, 'CompileAsManaged',
|
| _Enumeration([], new=['false',
|
| - 'true', # /clr
|
| - 'Pure', # /clr:pure
|
| - 'Safe', # /clr:safe
|
| - 'OldSyntax'])) # /clr:oldSyntax
|
| + 'true'])) # /clr
|
| _MSBuildOnly(_compile, 'CreateHotpatchableImage', _boolean) # /hotpatch
|
| _MSBuildOnly(_compile, 'MultiProcessorCompilation', _boolean) # /MP
|
| _MSBuildOnly(_compile, 'PreprocessOutputPath', _string) # /Fi
|
|
|