factor/library/x11/load.factor

10 lines
246 B
Factor
Raw Normal View History

2006-03-19 18:43:11 -05:00
USING: kernel parser words compiler sequences ;
{
"/library/x11/xlib.factor"
"/library/x11/x.factor"
"/library/x11/glx.factor"
"/library/x11/constants.factor"
} [ run-resource ] each
{ "x11" } [ words [ try-compile ] each ] each