1#!/bin/sh
2
3export CC=i586-mingw32msvc-gcc
4export WINDRES=i586-mingw32msvc-windres
5export PLATFORM=mingw32
6exec make $*
7