#!/usr/bin/env sh
#
#  Wrapper for NVIDIA Windows nvcc compiler using win32fe as a full path compiler
#
p=`dirname $0`
${p}/win32fe nvcc $*
