mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
6 lines
119 B
Bash
6 lines
119 B
Bash
#!/bin/sh
|
|
|
|
export CC=i586-mingw32msvc-gcc
|
|
export WINDRES=i586-mingw32msvc-windres
|
|
export PLATFORM=mingw32
|
|
exec make $*
|