Sha256: de8926c33aa623fed68dd613a6dde255a6e4864709fa49ea5b9fed10217b78f5

Contents?: true

Size: 517 Bytes

Versions: 4

Compression:

Stored size: 517 Bytes

Contents

# Copyright (c) 2014 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': 'ml_safeseh',
      'type': 'executable',
      'sources': [
        'hello.cc',
        'a.asm',
      ],
      'msvs_settings': {
        'VCLinkerTool': {
          'ImageHasSafeExceptionHandlers': 'true',
        },
        'MASM': {
          'UseSafeExceptionHandlers': 'true',
        },
      },
    },
  ]
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/win/ml-safeseh/ml-safeseh.gyp
mt-libuv-4.1.03 ext/gyp/test/win/ml-safeseh/ml-safeseh.gyp
mt-libuv-4.1.02 ext/gyp/test/win/ml-safeseh/ml-safeseh.gyp
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/win/ml-safeseh/ml-safeseh.gyp