2007-10-06 13:38:54 -04:00
|
|
|
USING: tools.deploy.config ;
|
2008-07-02 01:20:01 -04:00
|
|
|
H{
|
2009-05-11 01:32:22 -04:00
|
|
|
{ deploy-ui? t }
|
|
|
|
{ deploy-reflection 1 }
|
|
|
|
{ deploy-unicode? f }
|
2008-07-02 16:57:38 -04:00
|
|
|
{ deploy-math? t }
|
2014-06-20 09:09:47 -04:00
|
|
|
{ deploy-io 3 }
|
2008-07-02 16:57:38 -04:00
|
|
|
{ deploy-c-types? f }
|
2009-05-11 01:32:22 -04:00
|
|
|
{ deploy-name "Maze" }
|
2008-11-01 19:56:02 -04:00
|
|
|
{ deploy-word-props? f }
|
|
|
|
{ deploy-word-defs? f }
|
2009-05-11 01:32:22 -04:00
|
|
|
{ "stop-after-last-window?" t }
|
|
|
|
{ deploy-threads? t }
|
2007-09-20 18:09:08 -04:00
|
|
|
}
|