This is a collection of precompiled SDL libraries. It includes
nearly everything you'll need to compile SDL into anything you
need. The files have been compiled with MSVC 6.

If you are using these dependencies with my pygame package,
just extract this archive into the toplevel directory of your
pygame installation. The pygame configure script can find this
directory and take care of everything from there.

Note that most of the subdependencies have been compiled static
into the main dependency. Here is a breakdown of what is provided.
The SDL_mixer.dll is also dependent on smpeg.dll for mp3 support.


SDL - 1.2.7

SDL_ttf - 2.0.6
	freetype - 2.1.4 (rc2)

SDL_image - 1.2.3
	libjpeg - 6b
	libpng - 1.2.5
	libtiff - 3.5.7
	zlib - 1.1.4

SDL_mixer - 1.2.3
	oggvorbis - 1.0

SMPEG - 0.4.4


Although not used by pygame, i've included the SDLmain.lib for
people using these dependencies to compile their own programs.

Also a compiling note. The SMPEG included was built with some
fine-tuning of the MSVC optimizer to make the audio actually work.

Pete Shinners - pete@shinners.org
