Sha256: 0661933f2fbfa6a690883051a0d72542ccd5ad852ce53adb39d2b9fab358bd31
Contents?: true
Size: 561 Bytes
Versions: 16
Compression:
Stored size: 561 Bytes
Contents
# Copyright (c) 2009 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. { 'target_defaults': { 'configurations': { 'Debug': { 'msvs_configuration_platform': 'Win32', }, 'Debug_x64': { 'inherit_from': ['Debug'], 'msvs_configuration_platform': 'x64', }, }, }, 'targets': [ { 'target_name': 'configurations', 'type': 'executable', 'sources': [ 'configurations.c', ], }, ], }
Version data entries
16 entries across 16 versions & 3 rubygems