Sha256: d8d73d3f1aa17ae109d3b4b602158f2c8cb75c0d8b05c9f94cfb03fb7167fce9
Contents?: true
Size: 657 Bytes
Versions: 44
Compression:
Stored size: 657 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': { 'VCLinkerTool': { } }, 'sources': ['hello.cc'], }, { 'target_name': 'test_additional_few', 'type': 'executable', 'msvs_settings': { 'VCLinkerTool': { 'AdditionalOptions': [ '/dynamicbase:no', ] } }, 'sources': ['hello.cc'], }, ] }
Version data entries
44 entries across 44 versions & 7 rubygems