root/cross-make-mingw.sh
| Revision 0:abd33ab9075a, 119 bytes (checked in by mdoison, 3 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | export CC=i586-mingw32msvc-gcc |
| 4 | export WINDRES=i586-mingw32msvc-windres |
| 5 | export PLATFORM=mingw32 |
| 6 | exec make $* |
Note: See TracBrowser
for help on using the browser.
