add sdl-ttf library for Windows

cvs
Mackenzie Straight 2005-01-23 04:40:26 +00:00
parent 4154b4a2ac
commit 406a989bab
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ os "win32" = [
"libc" "msvcrt.dll" "cdecl" add-library "libc" "msvcrt.dll" "cdecl" add-library
"sdl" "SDL.dll" "cdecl" add-library "sdl" "SDL.dll" "cdecl" add-library
"sdl-gfx" "SDL_gfx.dll" "cdecl" add-library "sdl-gfx" "SDL_gfx.dll" "cdecl" add-library
"sdl-ttf" "SDL_ttf.dll" "cdecl" add-library
! FIXME: KLUDGE to get FFI-based IO going in Windows. ! FIXME: KLUDGE to get FFI-based IO going in Windows.
"/library/bootstrap/win32-io.factor" run-resource "/library/bootstrap/win32-io.factor" run-resource
] when ] when