mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
7 lines
119 B
Bash
7 lines
119 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
export CC=i586-mingw32msvc-gcc
|
||
|
export WINDRES=i586-mingw32msvc-windres
|
||
|
export PLATFORM=mingw32
|
||
|
exec make $*
|