factor/contrib/x11/load.factor

17 lines
328 B
Factor
Raw Permalink Normal View History

2006-01-18 14:06:34 -05:00
IN: scratchpad
USING: alien compiler kernel parser sequences words ;
2006-01-18 14:06:34 -05:00
"X11" "libX11" add-simple-library
2006-01-18 14:06:34 -05:00
{
"xlib"
"x"
"rectangle"
"draw-string"
"concurrent-widgets"
"glx"
"gl"
} [ "/contrib/x11/" swap ".factor" append3 run-resource ] each
! { "xlib" "x11" } [ words [ try-compile ] each ] each