wayo.cavazos 2006-02-03 08:31:11 +00:00
parent 0a92aceb57
commit 4dddde986d
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
USING: kernel alien parser sequences words compiler ;
"X11" "libX11.so" "cdecl" add-library
[
"x-constants.factor"
"xlib.factor"
"keysymdef.factor"
"x-events.factor"
"glx.factor"
] [ "/contrib/x11/" swap append run-resource ] each
"x11" words [ try-compile ] each
"xlib" words [ try-compile ] each
clear