factor/libs/calendar/load.factor

10 lines
189 B
Factor
Raw Permalink Normal View History

2006-09-06 23:01:38 -04:00
USE: kernel
2006-09-01 17:45:00 -04:00
2006-11-28 21:57:29 -05:00
PROVIDE: libs/calendar
2006-10-21 02:40:38 -04:00
{ +files+ {
2006-09-06 23:01:38 -04:00
{ "os-unix.factor" [ unix? ] }
{ "os-win32.factor" [ windows? ] }
"calendar.factor"
2006-10-21 02:40:38 -04:00
} }
{ +tests+ { "test/calendar.factor" } } ;