2008-03-13 04:46:25 -04:00
|
|
|
USING: tools.deploy.config ;
|
|
|
|
H{
|
2008-08-31 02:34:00 -04:00
|
|
|
{ deploy-threads? t }
|
|
|
|
{ deploy-c-types? f }
|
2008-09-07 22:32:06 -04:00
|
|
|
{ deploy-ui? f }
|
2008-08-31 20:17:04 -04:00
|
|
|
{ deploy-word-props? f }
|
2008-08-31 02:34:00 -04:00
|
|
|
{ deploy-word-defs? f }
|
2008-08-31 20:17:04 -04:00
|
|
|
{ deploy-math? t }
|
2008-09-07 22:32:06 -04:00
|
|
|
{ deploy-io 2 }
|
|
|
|
{ deploy-name "tools.deploy.test.2" }
|
|
|
|
{ deploy-reflection 1 }
|
|
|
|
{ "stop-after-last-window?" t }
|
2008-03-13 04:46:25 -04:00
|
|
|
}
|