Sha256: 25009a8815194f34fe3a2d27c4d7779ca124366626cba3fc627fdd7d148077cb
Contents?: true
Size: 544 Bytes
Versions: 44
Compression:
Stored size: 544 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': 'includes', 'type': 'executable', 'dependencies': [ 'subdir/subdir_includes.gyp:subdir_includes', ], 'cflags': [ '-Ishadow1', ], 'include_dirs': [ '.', 'inc1', 'shadow2', 'subdir/inc2', ], 'sources': [ 'includes.c', ], }, ], }
Version data entries
44 entries across 44 versions & 7 rubygems