factor/unmaintained/drills/deployed/deploy.factor

15 lines
326 B
Factor
Raw Normal View History

2009-04-25 00:24:23 -04:00
USING: tools.deploy.config ;
H{
{ 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 }
{ deploy-reflection 6 }
{ deploy-word-defs? t }
2009-04-25 00:24:23 -04:00
{ deploy-math? t }
{ deploy-ui? t }
{ deploy-word-props? t }
{ deploy-io 3 }
2009-04-25 00:24:23 -04:00
}