Károly Balogh 85953d5e99 MorphOS: moved system dependent units outside the RTL into the new morphunits package. also renamed some units to match classic Amiga and/or AROS naming 11 ani în urmă
..
src be92aba9ba * correction for missing start in wavstream record. Mantis #25268 11 ani în urmă
LGPL 81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 12 ani în urmă
LGPL.addon cda8ea8c45 * sdl moved 17 ani în urmă
MPL-1.1 cda8ea8c45 * sdl moved 17 ani în urmă
Makefile da7efb8607 AROS: regenerated Makefiles to support i386-aros 11 ani în urmă
Makefile.fpc 77967432ef * always use forward slashes in path to fpmake similarly to paths to other tools in Makefiles 11 ani în urmă
Makefile.fpc.fpcmake 0c87700084 * More packages switched to fpmake building 13 ani în urmă
README.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files 16 ani în urmă
fpmake.pp 85953d5e99 MorphOS: moved system dependent units outside the RTL into the new morphunits package. also renamed some units to match classic Amiga and/or AROS naming 11 ani în urmă

README.txt

Taken from project jedi (http://www.delphi-jedi.org/Jedi:TEAM_SDL_HOME) with permission.

Relicensed under LGPLv2 with exception as per LGPL and LGPL.addon with permission. You can use this code as long as you abide by either the LGPL + exception license, or the original MPL-1.1 license.

Currently, only SDL, SDL_Image, SDL_Mixer, SDL_gfx and SDL_ttf are compiled and installed. Additional files will be addes as I'm able to test them.

SDL_mixer_nosmpeg unit was added to provide a "smpeg-less" way to use SDL_mixer if the users don't need mp3 support and don't want to depend on the somewhat rare smpeg.dll/so/dylib. Ofcourse for this to work, you need to have a libSDL setup (eg: the libs themselves) without smpeg compiled in. It's worth the trouble in windows however...