Changeset 68
- Timestamp:
- 01/02/05 20:26:53 (4 years ago)
- Files:
-
- trunk/DerelictSDLImage/README (modified) (1 diff)
- trunk/DerelictSDLMixer/README (modified) (1 diff)
- trunk/DerelictSDLttf (added)
- trunk/DerelictSDLttf/Makefile (added)
- trunk/DerelictSDLttf/Makefile.linux (added)
- trunk/DerelictSDLttf/README (added)
- trunk/DerelictSDLttf/derelict (added)
- trunk/DerelictSDLttf/derelict/sdl (added)
- trunk/DerelictSDLttf/derelict/sdl/ttf.d (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/DerelictSDLImage/README
r66 r68 4 4 DerelictSDLImage is a D package which allows you to use SDL_image in your D 5 5 programs without the need to link to an import library. This gives you control 6 over how to handle the case where the SDL shared library is not available on the7 user's machine.6 over how to handle the case where the SDL_image shared library is not available 7 on the user's machine. 8 8 9 9 This version of DerelictSDLImage require SDL_image 1.2.3 or later. trunk/DerelictSDLMixer/README
r66 r68 4 4 DerelictSDLMixer is a D package which allows you to use SDL_mixer in your D 5 5 programs without the need to link to an import library. This gives you control 6 over how to handle the case where the SDL shared library is not available on the7 user's machine.6 over how to handle the case where the SDL_mixer shared library is not available 7 on the user's machine. 8 8 9 9 This version of DerelictSDLMixer require SDL_mixer 1.2.5 or later.
