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