mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-02 14:42:41 +00:00
6 lines
111 B
Bash
Executable file
6 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export CC=i386-mingw32-gcc
|
|
export WINDRES=i386-mingw32-windres
|
|
export PLATFORM=mingw32
|
|
exec make $*
|