Sha256: cf6aff0245d09dc690eafc5a445baee81b48cf922efbe8aeb527e2d5cb335476
Contents?: true
Size: 1.06 KB
Versions: 44
Compression:
Stored size: 1.06 KB
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_rl_md', 'type': 'executable', 'msvs_settings': { 'VCCLCompilerTool': { 'RuntimeLibrary': '2' } }, 'sources': ['runtime-library-md.cc'], }, { 'target_name': 'test_rl_mdd', 'type': 'executable', 'msvs_settings': { 'VCCLCompilerTool': { 'RuntimeLibrary': '3' } }, 'sources': ['runtime-library-mdd.cc'], }, { 'target_name': 'test_rl_mt', 'type': 'executable', 'msvs_settings': { 'VCCLCompilerTool': { 'RuntimeLibrary': '0' } }, 'sources': ['runtime-library-mt.cc'], }, { 'target_name': 'test_rl_mtd', 'type': 'executable', 'msvs_settings': { 'VCCLCompilerTool': { 'RuntimeLibrary': '1' } }, 'sources': ['runtime-library-mtd.cc'], }, ] }
Version data entries
44 entries across 44 versions & 7 rubygems