diff --git a/basis/windows/ce/ce.factor b/basis/windows/ce/ce.factor index 948612b2b2..18c48a0139 100644 --- a/basis/windows/ce/ce.factor +++ b/basis/windows/ce/ce.factor @@ -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