factor/extra/spheres/deploy.factor

15 lines
327 B
Factor
Raw Normal View History

2008-09-01 03:53:20 -04:00
USING: tools.deploy.config ;
H{
{ deploy-c-types? f }
{ deploy-unicode? f }
{ deploy-word-defs? f }
{ deploy-name "Spheres" }
{ "stop-after-last-window?" t }
{ deploy-reflection 1 }
{ deploy-ui? t }
{ deploy-math? t }
{ deploy-io 1 }
{ deploy-word-props? f }
2008-09-01 03:53:20 -04:00
{ deploy-threads? t }
}