From 406a989bab174b7182225be233507303ca95a57b Mon Sep 17 00:00:00 2001 From: Mackenzie Straight Date: Sun, 23 Jan 2005 04:40:26 +0000 Subject: [PATCH] add sdl-ttf library for Windows --- library/bootstrap/init-stage2.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/library/bootstrap/init-stage2.factor b/library/bootstrap/init-stage2.factor index 0bd93a7895..edf3b32046 100644 --- a/library/bootstrap/init-stage2.factor +++ b/library/bootstrap/init-stage2.factor @@ -89,6 +89,7 @@ os "win32" = [ "libc" "msvcrt.dll" "cdecl" add-library "sdl" "SDL.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. "/library/bootstrap/win32-io.factor" run-resource ] when