[quake3-commits] r1799 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Oct 19 02:48:02 EDT 2010
Author: zakk
Date: 2010-10-19 02:48:02 -0400 (Tue, 19 Oct 2010)
New Revision: 1799
Modified:
trunk/cross-make-mingw.sh
Log:
the dishes, and Bugzilla bug 4780 are DONE.
Modified: trunk/cross-make-mingw.sh
===================================================================
--- trunk/cross-make-mingw.sh 2010-10-19 06:40:49 UTC (rev 1798)
+++ trunk/cross-make-mingw.sh 2010-10-19 06:48:02 UTC (rev 1799)
@@ -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 $*
More information about the quake3-commits
mailing list