SDL2 for PSP
Go to file
Sam Lantinga e21a23a6a8 Date: Thu, 13 Sep 2001 14:14:42 -0400
From: "David Chait" <davebytes@hotmail.com>
Subject: sdlmods.zip
-- Message: 502   --  Next: 503 N --------------------------------------------

now bracketed with (MWERKS && macintosh), so it'll work under metrowerks under any kind of mac build.  Project Builder probably uses pack properly as it is GCC under the covers, so not worrying about it... :)

it sets packing to 68K 4-byte alignment, and turns on enumsalwaysint.  resets them both to project defaults when done.  note that if a project sets these things in a header and expects the settings to last throughout a C file (which is a nasty thing to do), it won't work.  I think there's an overall-state push/pop system, but it's a deprecated interface so I'm loathe to use it...

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40190
2001-09-23 18:10:59 +00:00
docs Updated from the SDL Documentation Project 2001-09-14 02:41:09 +00:00
include Date: Thu, 13 Sep 2001 14:14:42 -0400 2001-09-23 18:10:59 +00:00
src *** empty log message *** 2001-09-14 04:58:24 +00:00
test Date: Sat, 8 Sep 2001 04:42:23 +0200 2001-09-11 19:00:18 +00:00
.cvsignore Initial revision 2001-04-26 16:45:43 +00:00
acinclude.m4 Changes since SDL 1.2.0 release 2001-04-26 16:50:19 +00:00
autogen.sh Initial revision 2001-04-26 16:45:43 +00:00
BUGS Date: Sat, 8 Sep 2001 04:42:23 +0200 2001-09-11 19:00:18 +00:00
config.guess Added MacOS X Project Builder projects 2001-06-10 18:20:23 +00:00
config.sub Added MacOS X Project Builder projects 2001-06-10 18:20:23 +00:00
configure.in Added support for the GNU Pth thread lib (thanks Mandin!) 2001-09-14 04:34:15 +00:00
COPYING Initial revision 2001-04-26 16:45:43 +00:00
CREDITS Time to recognize everyone again. :) 2001-08-21 07:27:51 +00:00
CWprojects.sea.bin Re-added files in binary form 2001-06-16 01:03:49 +00:00
docs.html Added support for the GNU Pth thread lib (thanks Mandin!) 2001-09-14 04:34:15 +00:00
INSTALL Initial revision 2001-04-26 16:45:43 +00:00
install-sh Initial revision 2001-04-26 16:45:43 +00:00
ltconfig Updated ltconfig for OpenBSD (thanks Peter!) 2001-08-09 06:11:49 +00:00
ltmain.sh Changes since SDL 1.2.0 release 2001-04-26 16:50:19 +00:00
Makefile.am Added Max's patches for building MacOS X apps on command line 2001-09-04 23:18:45 +00:00
missing Initial revision 2001-04-26 16:45:43 +00:00
mkinstalldirs Initial revision 2001-04-26 16:45:43 +00:00
MPWmake.sea.bin Re-added files in binary form 2001-06-16 01:03:49 +00:00
PBProjects.tar.gz Added Max's patches for building MacOS X apps on command line 2001-09-04 23:18:45 +00:00
README Initial revision 2001-04-26 16:45:43 +00:00
README-SDL.txt Initial revision 2001-04-26 16:45:43 +00:00
README.AmigaOS Updated the Amiga OS port of SDL (thanks Gabriele) 2001-05-10 20:13:29 +00:00
README.CVS Date: Sat, 8 Sep 2001 04:42:23 +0200 2001-09-11 19:00:18 +00:00
README.Epoc Added initial support for EPOC/Symbian OS (thanks Hannu!) 2001-09-11 20:38:49 +00:00
README.MacOS Date: Sat, 8 Sep 2001 04:42:23 +0200 2001-09-11 19:00:18 +00:00
README.MacOSX Date: Sat, 8 Sep 2001 04:42:23 +0200 2001-09-11 19:00:18 +00:00
README.NanoX Added initial support for Nano-X (thanks Hsieh-Fu!) 2001-05-11 01:13:35 +00:00
README.OpenBSD Added native OpenBSD audio driver (thanks vedge!) 2001-05-26 16:58:37 +00:00
README.Win32 Initial revision 2001-04-26 16:45:43 +00:00
README.WinCE Initial revision 2001-04-26 16:45:43 +00:00
sdl-config.in Added Max's patches for building MacOS X apps on command line 2001-09-04 23:18:45 +00:00
sdl.m4 Date: Sat, 8 Sep 2001 04:42:23 +0200 2001-09-11 19:00:18 +00:00
SDL.spec.in Add a symlink to SDL 1.2 for SDL 1.1 2001-07-02 00:10:05 +00:00
strip_fPIC.sh Fixed to work on Solaris x86 2001-05-10 20:19:50 +00:00
TODO *** empty log message *** 2001-08-18 10:33:55 +00:00
VisualC.html Initial revision 2001-04-26 16:45:43 +00:00
VisualC.zip Added library version information to the Windows DLL 2001-09-12 05:11:15 +00:00
WhatsNew Initial revision 2001-04-26 16:45:43 +00:00

                         Simple DirectMedia Layer

                                  (SDL)

                                Version 1.2

---
http://www.libsdl.org/

This is the Simple DirectMedia Layer, a generic API that provides low
level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
and 2D framebuffer across multiple platforms.

SDL is written in C, but works with C++ natively, and has bindings to
several other languages, including Ada, Eiffel, ML, Perl, and Python. 

The current version supports Linux, Windows, BeOS, MacOS, MacOS X,
FreeBSD, Solaris, and IRIX.  The code contains support for Windows CE,
OpenBSD, NetBSD, AIX, OSF/Tru64, and QNX, but these are not yet
officially supported.

This library is distributed under GNU LGPL version 2, which can be
found in the file  "COPYING".  This license allows you to use SDL
freely in commercial programs as long as you link with the dynamic
library.

The best way to learn how to use SDL is to check out the header files in
the "include" subdirectory and the programs in the "test" subdirectory.
The header files and test programs are well commented and always up to date.
More documentation is available in HTML format in "./docs/index.html"

The test programs in the "test" subdirectory are in the public domain.

Frequently asked questions are answered online:
	http://www.libsdl.org/faqs.html

If you need help with the library, or just want to discuss SDL related
issues, you can join the developers mailing list:
	http://www.libsdl.org/mailing-list.html

Enjoy!
	Sam Lantinga				(slouken@libsdl.org)