*** empty log message ***

cvs
Eduardo Cavazos 2005-12-31 01:04:19 +00:00
parent 52639798f6
commit fc32e87b68
1 changed files with 1 additions and 1 deletions

View File

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