2009-04-25 00:25:48 -04:00
|
|
|
USING: tools.deploy.config ;
|
|
|
|
H{
|
2009-05-25 16:28:05 -04:00
|
|
|
{ deploy-name "Merger" }
|
2009-04-25 00:25:48 -04:00
|
|
|
{ deploy-c-types? f }
|
|
|
|
{ "stop-after-last-window?" t }
|
2009-05-25 16:28:05 -04:00
|
|
|
{ deploy-unicode? f }
|
2009-04-25 00:25:48 -04:00
|
|
|
{ deploy-threads? t }
|
2009-05-25 16:28:05 -04:00
|
|
|
{ deploy-reflection 1 }
|
2009-04-25 00:25:48 -04:00
|
|
|
{ deploy-word-defs? f }
|
2009-05-25 16:28:05 -04:00
|
|
|
{ deploy-math? t }
|
|
|
|
{ deploy-ui? t }
|
|
|
|
{ deploy-word-props? f }
|
2014-06-20 09:09:47 -04:00
|
|
|
{ deploy-io 3 }
|
2009-04-25 00:25:48 -04:00
|
|
|
}
|