the dishes, and Bugzilla bug 4780 are DONE.

This commit is contained in:
Zachary Slater 2010-10-19 06:48:02 +00:00
parent 19320515c9
commit 9d53ced8c9
1 changed files with 4 additions and 0 deletions

View File

@ -3,4 +3,8 @@
export CC=i586-mingw32msvc-gcc
export WINDRES=i586-mingw32msvc-windres
export PLATFORM=mingw32
if [ !$ARCH ]
then
export ARCH=x86
fi
exec make $*