summaryrefslogtreecommitdiff
path: root/cross-make-mingw.sh
blob: 604ced1028ae6d9bb4cdf57a53a286fbfa6a58f4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

export CC=i586-mingw32msvc-gcc
export WINDRES=i586-mingw32msvc-windres
export PLATFORM=mingw32
if [ !$ARCH ]
then
export ARCH=x86
fi
exec make $*