Mercurial > sdl-ios-xcode
annotate README.Platforms @ 5127:b6c7a6b07ebf
Updated main.c for API changes
Kees Bakker to sdl
The main.c for the template is still targeting SDL1.2. Here
is the patch to make it work for SDL1.3 (I'm hoping
the mailing lists accepts attachments.)
In this patch I have also changed the shell script that
assembles the Template. Since there is now only one lib
target (same name for "device" and "simulator" version)
I copy the simulator library to the destination with
the name libSDLSimulator.a. This is not a satisfactory
solution, because both libraries are included in the project
while only one is needed (depending on the selected
environment). However, I'm not fluent with Xcode to
say what a better solution would be.
Kind regards,
Kees Bakker
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 28 Jan 2011 10:37:36 -0800 |
parents | 5df0c142db9b |
children | 1435f8a6425c |
rev | line source |
---|---|
5106
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1 |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2 This is a list of the platforms SDL supports, and who maintains them. |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
3 |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4 Officially supported platforms |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5 ============================== |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6 (code compiles, and thoroughly tested for release) |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7 ============================== |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8 Windows XP |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
9 Windows Vista |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
10 Windows 7 |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
11 Mac OS X 10.4+ |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
12 Linux 2.6+ |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
13 iOS 3.2+ |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
14 Android 1.6+ |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
15 |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
16 Unofficially supported platforms |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
17 ================================ |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
18 (code compiles, but not thoroughly tested) |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
19 ================================ |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
20 Windows CE |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
21 FreeBSD |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
22 NetBSD |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
23 OpenBSD |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
24 Solaris |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
25 |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
26 Platforms supported by volunteers |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
27 ================================= |
5111
5df0c142db9b
Scott Smith volunteered to maintain the Pandora port.
Sam Lantinga <slouken@libsdl.org>
parents:
5106
diff
changeset
|
28 Pandora - maintained by Scott Smith <pickle136@sbcglobal.net> |
5106
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
29 |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
30 Platforms that need maintainers |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
31 =============================== |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
32 Nintendo DS |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
33 QNX |
5fe0330b0fd6
Added a list of platforms, for my own sanity. :)
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
34 Haiku |