2006-09-01 17:45:00 -04:00
|
|
|
USING: kernel modules sequences ;
|
|
|
|
|
"calendar"
|
|
|
|
|
|
2006-07-24 03:45:06 -04:00
|
|
|
{
|
2006-09-01 17:45:00 -04:00
|
|
|
{ [ win32? ] [ { "os-win32.factor" } ] }
|
|
|
|
|
{ [ t ] [ { "os-unix.factor" } ] }
|
|
|
|
|
} cond
|
|
|
|
|
{
|
|
|
|
|
"calendar.factor"
|
|
|
|
|
} append
|
|
|
|
|
|
|
|
|
|
{ "test/calendar.factor" }
|
|
|
|
|
provide
|
|
|
|
|
|