2008-09-01 03:53:20 -04:00
|
|
|
USING: tools.deploy.config ;
|
|
|
|
H{
|
2009-05-10 22:33:13 -04:00
|
|
|
{ deploy-c-types? f }
|
2009-05-12 05:18:50 -04:00
|
|
|
{ deploy-unicode? f }
|
2009-05-10 22:33:13 -04:00
|
|
|
{ deploy-word-defs? f }
|
2009-05-12 05:18:50 -04:00
|
|
|
{ deploy-name "Spheres" }
|
2009-05-10 22:33:13 -04:00
|
|
|
{ "stop-after-last-window?" t }
|
2009-05-12 05:18:50 -04:00
|
|
|
{ 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 }
|
|
|
|
}
|