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