factor/contrib/usb/load.factor

14 lines
298 B
Factor

! Copyright (C) 2006 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel ;
PROVIDE: contrib/usb {
"usb-common.factor"
{ "usb-unix.factor" [ unix? ] }
{ "usb-win32.factor" [ win32? ] }
{ "usb-macosx.factor" [ macosx? ] }
"usb.factor"
"usb.facts"
} {
} ;