remove loading freetype library on CE

db4
Doug Coleman 2009-03-25 10:19:52 -05:00
parent 80860f62b2
commit 28b10a7094
1 changed files with 0 additions and 1 deletions

View File

@ -10,6 +10,5 @@ USING: alien sequences ;
{ "libm" "\\windows\\coredll.dll" "stdcall" }
! { "gl" "libGLES_CM.dll" "stdcall" }
! { "glu" "libGLES_CM.dll" "stdcall" }
! { "freetype" "libfreetype-6.dll" "stdcall" }
{ "ole32" "ole32.dll" "stdcall" }
} [ first3 add-library ] each