Sha256: eeab9207207f5c77c56612871f41303e930994d47c59182f20f1200aa658e4ea
Contents?: true
Size: 837 Bytes
Versions: 44
Compression:
Stored size: 837 Bytes
Contents
# Copyright (c) 2012 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. { 'targets': [ { 'target_name': 'test_rtti_off', 'type': 'executable', 'msvs_settings': { 'VCCLCompilerTool': { 'RuntimeTypeInfo': 'false', 'WarnAsError': 'true' } }, 'sources': ['rtti-on.cc'], }, { 'target_name': 'test_rtti_on', 'type': 'executable', 'msvs_settings': { 'VCCLCompilerTool': { 'RuntimeTypeInfo': 'true', 'WarnAsError': 'true' } }, 'sources': ['rtti-on.cc'], }, { 'target_name': 'test_rtti_unset', 'type': 'executable', 'msvs_settings': { }, 'sources': ['rtti-on.cc'], }, ] }
Version data entries
44 entries across 44 versions & 7 rubygems