factor/contrib/factory/load.factor

9 lines
190 B
Factor
Raw Normal View History

REQUIRES: contrib/process contrib/concurrency contrib/x11
contrib/vars ;
2006-06-18 20:58:11 -04:00
2006-10-21 02:40:38 -04:00
PROVIDE: contrib/factory { +files+ { "factory.factor" } } ;
2006-10-19 22:41:20 -04:00
USE: factory
MAIN: contrib/factory f start-factory ;