]> gitweb.factorcode.org Git - factor.git/commitdiff
add sdl-ttf library for Windows
authorMackenzie Straight <eizneckam@gmail.com>
Sun, 23 Jan 2005 04:40:26 +0000 (04:40 +0000)
committerMackenzie Straight <eizneckam@gmail.com>
Sun, 23 Jan 2005 04:40:26 +0000 (04:40 +0000)
library/bootstrap/init-stage2.factor

index 0bd93a7895121e8f949f92ece462cf252f74b811..edf3b320468e7280dbdce6ba2543595e8f6e8000 100644 (file)
@@ -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