Compile atom_lib with C++ exception enabled.

This commit is contained in:
Cheng Zhao 2013-07-01 18:31:23 +08:00
Родитель ec5fc10bd9
Коммит 49a5f6e38c
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -252,6 +252,14 @@
'.',
'vendor',
],
'msvs_settings': {
'VCCLCompilerTool': {
# Programs that use the Standard C++ library must be compiled with C++
# exception handling enabled.
# http://support.microsoft.com/kb/154419
'ExceptionHandling': 1,
},
},
},
{
'target_name': 'generated_sources',