2006-03-19 19:37:01 -05:00
|
|
|
! Copyright (C) 2005, 2006 Eduardo Cavazos
|
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2006-03-19 18:43:11 -05:00
|
|
|
USING: kernel parser words compiler sequences ;
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"/library/x11/xlib.factor"
|
|
|
|
|
"/library/x11/glx.factor"
|
|
|
|
|
"/library/x11/constants.factor"
|
2006-03-19 19:38:08 -05:00
|
|
|
"/library/x11/utilities.factor"
|
2006-03-21 23:32:02 -05:00
|
|
|
"/library/x11/events.factor"
|
|
|
|
|
"/library/x11/glx-utils.factor"
|
2006-03-22 02:39:36 -05:00
|
|
|
"/library/x11/windows.factor"
|
2006-03-21 17:15:53 -05:00
|
|
|
"/library/x11/ui.factor"
|
2006-03-19 18:43:11 -05:00
|
|
|
} [ run-resource ] each
|
|
|
|
|
|
2006-03-19 19:37:01 -05:00
|
|
|
{ "x11" } compile-vocabs
|