2006-09-06 23:01:38 -04:00
|
|
|
USE: kernel
|
2006-09-01 17:45:00 -04:00
|
|
|
|
2006-09-06 23:01:38 -04:00
|
|
|
PROVIDE: contrib/calendar {
|
|
|
|
|
{ "os-unix.factor" [ unix? ] }
|
|
|
|
|
{ "os-win32.factor" [ windows? ] }
|
|
|
|
|
"calendar.factor"
|
|
|
|
|
} { "test/calendar.factor" } ;
|
2006-09-01 17:45:00 -04:00
|
|
|
|