2006-01-18 14:06:34 -05:00
|
|
|
IN: scratchpad
|
2006-01-19 20:27:38 -05:00
|
|
|
USING: alien compiler kernel parser sequences words ;
|
2005-11-12 06:25:58 -05:00
|
|
|
|
2006-01-18 14:06:34 -05:00
|
|
|
"X11" "libX11" add-simple-library
|
2005-11-12 06:25:58 -05:00
|
|
|
|
2006-01-18 14:06:34 -05:00
|
|
|
{
|
|
|
|
"xlib"
|
|
|
|
"x"
|
|
|
|
"rectangle"
|
|
|
|
"draw-string"
|
|
|
|
"concurrent-widgets"
|
|
|
|
"glx"
|
|
|
|
"gl"
|
2006-01-21 01:04:03 -05:00
|
|
|
} [ "/contrib/x11/" swap ".factor" append3 run-resource ] each
|
2005-11-30 04:49:49 -05:00
|
|
|
|
2006-01-19 20:27:38 -05:00
|
|
|
! { "xlib" "x11" } [ words [ try-compile ] each ] each
|