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

Version Path
libv8-3.11.8.17 vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-3.11.8.16 vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-3.11.8.13 vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-3.11.8.12 vendor/v8/build/gyp/test/same-name/src/all.gyp
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/libv8-3.11.8.4/vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-3.11.8.11 vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-3.11.8.10 vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-3.11.8.9 vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-3.11.8.8 vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-3.11.8.7 vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-3.11.8.4 vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-freebsd-3.11.8.3 vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-3.11.8.3 vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-3.11.8.1 vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-3.11.8.0 vendor/v8/build/gyp/test/same-name/src/all.gyp
libv8-3.10.8.0 vendor/v8/build/gyp/test/same-name/src/all.gyp