Sha256: f827546a917c6ee8d53b43b1ad4fbfbdd85d3d88e56145f4885d27d573a2f7e1

Contents?: true

Size: 1.22 KB

Versions: 16

Compression:

Stored size: 1.22 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_libdirs_none',
      'type': 'executable',
      'msvs_settings': {
        'VCLinkerTool': {
          'AdditionalDependencies': [
            'test_lib.lib',
          ],
        },
      },
      'sources': ['library-directories-reference.cc'],
    },
    {
      'target_name': 'test_libdirs_with',
      'type': 'executable',
      'msvs_settings': {
        'VCLinkerTool': {
          # NOTE: Don't use this for general dependencies between gyp
          # libraries (use 'dependencies' instead). This is done here only for
          # testing.
          #
          # This setting should only be used to depend on third party prebuilt
          # libraries that are stored as binaries at a known location.
          'AdditionalLibraryDirectories': [
            '<(DEPTH)/obj/subdir', # ninja style
            '<(DEPTH)/subdir/Default/lib', # msvs style
          ],
          'AdditionalDependencies': [
            'test_lib.lib',
          ],
        },
      },
      'sources': ['library-directories-reference.cc'],
    },
  ]
}

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
libv8-3.11.8.17 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-3.11.8.16 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-3.11.8.13 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-3.11.8.12 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/libv8-3.11.8.4/vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-3.11.8.11 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-3.11.8.10 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-3.11.8.9 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-3.11.8.8 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-3.11.8.7 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-3.11.8.4 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-freebsd-3.11.8.3 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-3.11.8.3 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-3.11.8.1 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-3.11.8.0 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp
libv8-3.10.8.0 vendor/v8/build/gyp/test/win/linker-flags/library-directories.gyp