#!/bin/sh -e

if test -z "$WINEBUILD"; then
    export WINEBUILD="/BINDIR/winebuild"
fi

exec /BINDIR/winegcc $@
