Sha256: 96a5997706e8a54dff3e6e2bbb6207f95e8b03a590596b9d00e2396d30464d12

Contents?: true

Size: 855 Bytes

Versions: 4

Compression:

Stored size: 855 Bytes

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': [
    {
      'rules': [
        {
          'rule_name': 'assembler (gnu-compatible)',
          'msvs_cygwin_shell': 0,
          'msvs_quote_cmd': 0,
          'extension': 'S',
          'inputs': [
            'as.bat',
          ],
          'outputs': [
            '$(IntDir)/$(InputName).obj',
          ],
          'action': [
            'as.bat',
            '$(InputPath)',
            '$(IntDir)/$(InputName).obj',
          ],
          'message': 'Building assembly language file $(InputPath)',
          'process_outputs_as_sources': 1,
        },
      ],
      'target_name': 'test',
      'type': 'static_library',
      'sources': [ 'an_asm.S' ],
    },
  ],
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/rules/src/special-variables.gyp
mt-libuv-4.1.03 ext/gyp/test/rules/src/special-variables.gyp
mt-libuv-4.1.02 ext/gyp/test/rules/src/special-variables.gyp
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/rules/src/special-variables.gyp