mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
4a82d86070
* Make cross-make-mingw.sh more generic using the above * Update README to reflect changes * Fix a couple of warnings in the Windows input layer
6 lines
119 B
Bash
Executable file
6 lines
119 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export CC=i586-mingw32msvc-gcc
|
|
export WINDRES=i586-mingw32msvc-windres
|
|
export PLATFORM=mingw32
|
|
exec make $*
|