C++11 mode via v140 toolset + libc++

This commit is contained in:
Dane Springmeyer 2014-08-29 16:58:13 -07:00
parent 6b364aedf1
commit a2927c123b

View File

@ -1,12 +1,12 @@
{
'target_defaults': {
'default_configuration': 'Release',
'msbuild_toolset':'CTP_Nov2013',
'msbuild_toolset':'v140',
'msvs_configuration_platform': 'Win32',
'msvs_disabled_warnings': [ 4068,4244,4005,4506,4345,4804,4805,4661 ],
'xcode_settings': {
'CLANG_CXX_LIBRARY': 'libstdc++',
'CLANG_CXX_LANGUAGE_STANDARD':'c++03',
'CLANG_CXX_LIBRARY': 'libc++',
'CLANG_CXX_LANGUAGE_STANDARD':'c++11',
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
'MACOSX_DEPLOYMENT_TARGET':'10.9',
'WARNING_CFLAGS': [