2006-02-03 03:30:36 -05:00
|
|
|
USING: kernel parser words compiler sequences ;
|
2005-11-12 06:25:58 -05:00
|
|
|
|
2006-02-14 17:27:07 -05:00
|
|
|
{
|
2006-02-23 18:30:18 -05:00
|
|
|
"rectangle" "xlib" "x" "draw-string"
|
2006-02-14 17:27:07 -05:00
|
|
|
"concurrent-widgets" "glx" "gl"
|
|
|
|
|
} [ "/contrib/x11/" swap ".factor" append3 run-resource ] each
|
2005-11-12 06:25:58 -05:00
|
|
|
|
2006-02-14 17:27:07 -05:00
|
|
|
{ "xlib" "x11" } [ words [ try-compile ] each ] each
|