| Index: tools/gyp/configurations_msvs.gypi
|
| diff --git a/tools/gyp/configurations_msvs.gypi b/tools/gyp/configurations_msvs.gypi
|
| index adcc1d44400692ea567d3704c2df69001469cc75..68a08c53d87953b6c9f750ae00963bf58e4d4f61 100644
|
| --- a/tools/gyp/configurations_msvs.gypi
|
| +++ b/tools/gyp/configurations_msvs.gypi
|
| @@ -10,6 +10,11 @@
|
| 'configurations': {
|
| 'Dart_Win_Base': {
|
| 'abstract': 1,
|
| + 'msvs_configuration_attributes': {
|
| + 'OutputDirectory': '<(DEPTH)\\out\\$(ConfigurationName)',
|
| + 'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
|
| + 'CharacterSet': '1',
|
| + },
|
| 'defines': [
|
| '_HAS_EXCEPTIONS=0', # disable C++ exceptions use in C++ std. libs.
|
| ],
|
|
|