Sha256: f80a860acc2546621d0cda4c066a5f4f4c2ebedbfae7876ad8d305bd3133394b

Contents?: true

Size: 346 Bytes

Versions: 88

Compression:

Stored size: 346 Bytes

Contents

#!/usr/bin/env python

# 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.

import sys

contents = r"""
#include <stdio.h>

void prog1(void)
{
  printf("Hello from make-prog1.py\n");
}
"""

open(sys.argv[1], 'w').write(contents)

sys.exit(0)

Version data entries

88 entries across 44 versions & 7 rubygems

Version Path
libv8-3.16.14.7 vendor/gyp/test/actions/src/subdir1/make-prog1.py
libv8-3.16.14.7 vendor/gyp/test/generator-output/actions/subdir1/make-prog1.py
libv8-3.16.14.6 vendor/gyp/test/actions/src/subdir1/make-prog1.py
libv8-3.16.14.6 vendor/gyp/test/generator-output/actions/subdir1/make-prog1.py
libv8-3.16.14.5 vendor/gyp/test/generator-output/actions/subdir1/make-prog1.py
libv8-3.16.14.5 vendor/gyp/test/actions/src/subdir1/make-prog1.py
libv8-3.16.14.4 vendor/gyp/test/actions/src/subdir1/make-prog1.py
libv8-3.16.14.4 vendor/gyp/test/generator-output/actions/subdir1/make-prog1.py
libv8-3.16.14.3 vendor/gyp/test/actions/src/subdir1/make-prog1.py
libv8-3.16.14.3 vendor/gyp/test/generator-output/actions/subdir1/make-prog1.py
libv8-3.16.14.2 vendor/gyp/test/generator-output/actions/subdir1/make-prog1.py
libv8-3.16.14.2 vendor/gyp/test/actions/src/subdir1/make-prog1.py
libv8-3.16.14.1 vendor/v8/build/gyp/test/actions/src/subdir1/make-prog1.py
libv8-3.16.14.1 vendor/v8/build/gyp/test/generator-output/actions/subdir1/make-prog1.py
libv8-3.16.14.0 vendor/v8/build/gyp/test/actions/src/subdir1/make-prog1.py
libv8-3.16.14.0 vendor/v8/build/gyp/test/generator-output/actions/subdir1/make-prog1.py
libv8-3.11.8.17 vendor/v8/build/gyp/test/actions/src/subdir1/make-prog1.py
libv8-3.11.8.17 vendor/v8/build/gyp/test/generator-output/actions/subdir1/make-prog1.py
libv8-3.11.8.16 vendor/v8/build/gyp/test/actions/src/subdir1/make-prog1.py
libv8-3.11.8.16 vendor/v8/build/gyp/test/generator-output/actions/subdir1/make-prog1.py