SDL Supported Platforms: Difference between revisions
From MAMEDEV Wiki
Couriersud (talk | contribs) (SDL Supported Platforms) |
Couriersud (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" style="text-align:center" | ||
|+ | {| style="font-style:italic;" | ||
|+Supported platforms for sdlmame | |||
|-} | |||
! TARGETOS !! Arch !! class="unsortable" | Auto !! Tested !! Comments | |||
|- | |- | ||
| solaris || i386 || D || Y || CC=@gcc-4.3.2 LD=@g++-4.3.2 | |||
|- | |- | ||
| solaris || | | solaris || x86_64 || - || Y || PTR64=1 CC=@gcc-4.3.2 LD=@g++-4.3.2 | ||
|- | |- | ||
| | | win32 || i386 || A || Y || OSD=sdl | ||
|- | |- | ||
| | | win32 || x86_64 || A || Y || OSD=sdl | ||
|- | |||
| unix || i386 || A || Y || | |||
|- | |||
| unix || x86_64 || A || Y || | |||
|- | |||
| macosx || i386 || D || Y || | |||
|- | |||
| macosx || x86_64 || - || Y || PTR64=1 | |||
|- | |||
| macosx || ppc || D || N || | |||
|- | |||
| macosx || ppc64 || - || N || PTR64=1 | |||
|- | |||
| freebsd || i386 || A || Y || | |||
|- | |||
| freebsd || amd64 || A || N || | |||
|- | |- | ||
| c || 4 || 1492-12-08 || be | | c || 4 || 1492-12-08 || be | ||
Revision as of 21:48, 20 January 2010
| TARGETOS | Arch | Auto | Tested | Comments |
|---|---|---|---|---|
| solaris | i386 | D | Y | CC=@gcc-4.3.2 LD=@g++-4.3.2 |
| solaris | x86_64 | - | Y | PTR64=1 CC=@gcc-4.3.2 LD=@g++-4.3.2 |
| win32 | i386 | A | Y | OSD=sdl |
| win32 | x86_64 | A | Y | OSD=sdl |
| unix | i386 | A | Y | |
| unix | x86_64 | A | Y | |
| macosx | i386 | D | Y | |
| macosx | x86_64 | - | Y | PTR64=1 |
| macosx | ppc | D | N | |
| macosx | ppc64 | - | N | PTR64=1 |
| freebsd | i386 | A | Y | |
| freebsd | amd64 | A | N | |
| c | 4 | 1492-12-08 | be | |
| e | 0 | 1601-08-13 | sorted. |