]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/usb/load.factor
Initial import
[factor.git] / unmaintained / usb / load.factor
1 ! Copyright (C) 2006 Chris Double.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: kernel ;
4
5 PROVIDE: libs/usb
6 { +files+ {
7         "usb-common.factor"
8         { "usb-unix.factor" [ unix? ] }
9         { "usb-win32.factor" [ win32? ] }
10         { "usb-macosx.factor" [ macosx? ] }
11         "usb.factor" 
12         "usb.facts" 
13 } } ;