Sha256: b58e16c9aa4afbe5990392516a2b7bdc87622210f7c7aede957b729690a9bfa9
Contents?: true
Size: 901 Bytes
Versions: 16
Compression:
Stored size: 901 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. { 'targets': [ { 'target_name': 'prog1', 'type': 'executable', 'defines': [ 'PROG="prog1"', ], 'sources': [ 'prog1.c', 'func.c', # Uncomment to test same-named files in different directories, # which Visual Studio doesn't support. #'subdir1/func.c', #'subdir2/func.c', ], }, { 'target_name': 'prog2', 'type': 'executable', 'defines': [ 'PROG="prog2"', ], 'sources': [ 'prog2.c', 'func.c', # Uncomment to test same-named files in different directories, # which Visual Studio doesn't support. #'subdir1/func.c', #'subdir2/func.c', ], }, ], }
Version data entries
16 entries across 16 versions & 3 rubygems