factor/contrib/x11/load.factor

13 lines
294 B
Factor
Raw Normal View History

2006-02-03 03:30:36 -05:00
USING: kernel parser words compiler sequences ;
"contrib/concurrency/load.factor" run-resource
2006-02-14 17:27:07 -05:00
{
"rectangle"
"x"
"draw-string"
"concurrent-widgets"
"gl"
2006-02-14 17:27:07 -05:00
} [ "/contrib/x11/" swap ".factor" append3 run-resource ] each
! { "xlib" "x11" } [ words [ try-compile ] each ] each