mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
the dishes, and Bugzilla bug 4780 are DONE.
This commit is contained in:
parent
19320515c9
commit
9d53ced8c9
1 changed files with 4 additions and 0 deletions
|
@ -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 $*
|
||||
|
|
Loading…
Reference in a new issue