Mercurial > sdl-ios-xcode
comparison README @ 1621:f12379c41042
Fixes bug #195:
The proper name of Apple's operating system is "Mac OS X" not "MacOS X", as can
bee seen in many places, for example http://www.apple.com/macosx/). This
contrasts the naming of the old operating system, which was called "MacOS" and
today is often refered to as "MacOS Classic".
The attached patches fixes the misuse of the name "MacOS X" in both the SDL12
and sdlweb CVS modules.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 13 Apr 2006 13:08:26 +0000 |
parents | 3f395c825b14 |
children | 14717b52abc0 |
comparison
equal
deleted
inserted
replaced
1620:2fe5319df0e1 | 1621:f12379c41042 |
---|---|
14 | 14 |
15 SDL is written in C, but works with C++ natively, and has bindings to | 15 SDL is written in C, but works with C++ natively, and has bindings to |
16 several other languages, including Ada, C#, Eiffel, Java, Lua, ML, | 16 several other languages, including Ada, C#, Eiffel, Java, Lua, ML, |
17 Objective C, Pascal, Perl, PHP, Pike, Python, and Ruby. | 17 Objective C, Pascal, Perl, PHP, Pike, Python, and Ruby. |
18 | 18 |
19 The current version supports Linux, Windows, BeOS, MacOS, MacOS X, | 19 The current version supports Linux, Windows, BeOS, MacOS, Mac OS X, |
20 FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. The code contains | 20 FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. The code contains |
21 support for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF/Tru64, | 21 support for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF/Tru64, |
22 RISC OS, SymbianOS, and OS/2, but these are not officially supported. | 22 RISC OS, SymbianOS, and OS/2, but these are not officially supported. |
23 | 23 |
24 This library is distributed under GNU LGPL version 2, which can be | 24 This library is distributed under GNU LGPL version 2, which can be |