1#!/usr/bin/env sh 2# 3# Wrapper for NVIDIA nvcc compiler on Microsoft Windows using win32fe as a full path compiler 4# 5p=`dirname $0` 6${p}/win32fe nvcc $* 7