2005-12-18 21:02:43 -05:00
|
|
|
USING: kernel alien parser sequences words compiler ;
|
|
|
|
|
|
|
|
"X11" "libX11.so" "cdecl" add-library
|
|
|
|
|
2006-01-18 14:06:34 -05:00
|
|
|
[
|
|
|
|
"x-constants.factor"
|
|
|
|
"xlib.factor"
|
|
|
|
"keysymdef.factor"
|
|
|
|
"x-events.factor"
|
|
|
|
"glx.factor"
|
2006-01-21 01:04:03 -05:00
|
|
|
] [ "/contrib/x11/" swap append run-resource ] each
|
2005-12-18 21:02:43 -05:00
|
|
|
|
|
|
|
"x11" words [ try-compile ] each
|
|
|
|
"xlib" words [ try-compile ] each
|
|
|
|
clear
|