Sha256: af4e29f0ea5f3e8d72151bc9008d0fa159887835a1704bd67b2b4bfe25c51ae5
Contents?: true
Size: 756 Bytes
Versions: 44
Compression:
Stored size: 756 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_additional_none', 'type': 'executable', 'msvs_settings': { 'VCCLCompilerTool': { 'WarningLevel': '4', 'WarnAsError': 'true', } }, 'sources': ['additional-options.cc'], }, { 'target_name': 'test_additional_one', 'type': 'executable', 'msvs_settings': { 'VCCLCompilerTool': { 'WarningLevel': '4', 'WarnAsError': 'true', 'AdditionalOptions': [ '/W1' ], } }, 'sources': ['additional-options.cc'], }, ] }
Version data entries
44 entries across 44 versions & 7 rubygems