include config.mak OUTPUT = $(PROG).exe CC = /opt/cross/bin/i386-mingw32msvc-g++ LD = $(CC) AR = /opt/cross/bin/i386-mingw32msvc-ar include build.mak