2009-04-25 00:24:23 -04:00
|
|
|
USING: tools.deploy.config ;
|
|
|
|
H{
|
2009-05-25 16:28:05 -04:00
|
|
|
{ deploy-name "drills" }
|
|
|
|
{ deploy-c-types? t }
|
|
|
|
{ "stop-after-last-window?" t }
|
|
|
|
{ deploy-unicode? t }
|
2009-04-25 00:24:23 -04:00
|
|
|
{ deploy-threads? t }
|
2009-05-25 16:28:05 -04:00
|
|
|
{ deploy-reflection 6 }
|
|
|
|
{ deploy-word-defs? t }
|
2009-04-25 00:24:23 -04:00
|
|
|
{ deploy-math? t }
|
|
|
|
{ deploy-ui? t }
|
2009-05-25 16:28:05 -04:00
|
|
|
{ deploy-word-props? t }
|
|
|
|
{ deploy-io 3 }
|
2009-04-25 00:24:23 -04:00
|
|
|
}
|