271
edits
Ccawley2011 (talk | contribs) |
Ccawley2011 (talk | contribs) |
||
Line 100: | Line 100: | ||
| [[Windows]] for x86 and x86_64 | | [[Windows]] for x86 and x86_64 | ||
| ? | | ? | ||
| <code>make win32dist-mingw DESTDIR=win32dist-mingw</code> | |||
| | | | ||
| | |- | ||
| toolchains/n64 | |||
| [[Nintendo 64]] | |||
| <code>--host=n64 --enable-vkeybd</code> | |||
| <code>make n64-dist</code> | |||
| Requires building with a reduced number of engines. | |||
|- | |- | ||
| toolchains/open2x | | toolchains/open2x | ||
Line 142: | Line 148: | ||
| [[RISC OS]] | | [[RISC OS]] | ||
| <code>--host=arm-unknown-riscos</code> | | <code>--host=arm-unknown-riscos</code> | ||
<code>--host=arm-vfp-riscos</code> | |||
| <code>make riscosdist</code> | | <code>make riscosdist</code> | ||
| Requires building with a reduced number of engines. | | Requires building with a reduced number of engines. | ||
Line 150: | Line 158: | ||
| <code>make psp2vpk</code> | | <code>make psp2vpk</code> | ||
| Requires building with a reduced number of engines. | | Requires building with a reduced number of engines. | ||
|- | |||
| toolchains/win9x | |||
| [[Windows]] 95/98/ME | |||
| <code>--host=mingw32 --disable-windows-unicode</code> | |||
| <code>make win32dist-mingw DESTDIR=win32dist-mingw</code> | |||
| | |||
|} | |} | ||
edits