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

View file

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