Sha256: 086b6941791bb40005748009f7a37823a975b363e1ba606fc398467dfc35173b

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 prog2(void)
{
  printf("Hello from make-prog2.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.16 vendor/gyp/test/actions/src/subdir1/make-prog2.py
libv8-3.16.14.16 vendor/gyp/test/generator-output/actions/subdir1/make-prog2.py
libv8-3.16.14.15 vendor/gyp/test/actions/src/subdir1/make-prog2.py
libv8-3.16.14.15 vendor/gyp/test/generator-output/actions/subdir1/make-prog2.py
libv8-3.16.14.14 vendor/gyp/test/actions/src/subdir1/make-prog2.py
libv8-3.16.14.14 vendor/gyp/test/generator-output/actions/subdir1/make-prog2.py
libv8-tmpfork-3.16.14.13 vendor/gyp/test/generator-output/actions/subdir1/make-prog2.py
libv8-tmpfork-3.16.14.13 vendor/gyp/test/actions/src/subdir1/make-prog2.py
libv8-3.16.14.13 vendor/gyp/test/actions/src/subdir1/make-prog2.py
libv8-3.16.14.13 vendor/gyp/test/generator-output/actions/subdir1/make-prog2.py
libv8-3.16.14.12 vendor/gyp/test/generator-output/actions/subdir1/make-prog2.py
libv8-3.16.14.12 vendor/gyp/test/actions/src/subdir1/make-prog2.py
libv8-3.16.14.11 vendor/gyp/test/generator-output/actions/subdir1/make-prog2.py
libv8-3.16.14.11 vendor/gyp/test/actions/src/subdir1/make-prog2.py
libv8-3.16.14.10 vendor/gyp/test/generator-output/actions/subdir1/make-prog2.py
libv8-3.16.14.10 vendor/gyp/test/actions/src/subdir1/make-prog2.py
libv8-3.16.14.8 vendor/gyp/test/actions/src/subdir1/make-prog2.py
libv8-3.16.14.8 vendor/gyp/test/generator-output/actions/subdir1/make-prog2.py
libv8-3.16.14.8.rc1 vendor/gyp/test/actions/src/subdir1/make-prog2.py
libv8-3.16.14.8.rc1 vendor/gyp/test/generator-output/actions/subdir1/make-prog2.py