Remove obsolete DLL from windows.nt

db4
Slava Pestov 2009-03-06 15:02:28 -06:00
parent 4749d86e70
commit 68ad822cc5
1 changed files with 0 additions and 1 deletions

View File

@ -11,6 +11,5 @@ USING: alien sequences ;
{ "libm" "msvcrt.dll" "cdecl" }
{ "gl" "opengl32.dll" "stdcall" }
{ "glu" "glu32.dll" "stdcall" }
{ "freetype" "freetype6.dll" "cdecl" }
{ "ole32" "ole32.dll" "stdcall" }
} [ first3 add-library ] each