2009-09-09 23:33:34 -04:00
|
|
|
USING: tools.deploy.config ;
|
|
|
|
H{
|
2010-02-14 17:03:19 -05:00
|
|
|
{ deploy-name "Bunny" }
|
|
|
|
{ deploy-ui? t }
|
|
|
|
{ deploy-c-types? f }
|
|
|
|
{ deploy-unicode? f }
|
2009-09-09 23:33:34 -04:00
|
|
|
{ "stop-after-last-window?" t }
|
2010-02-14 17:03:19 -05:00
|
|
|
{ deploy-io 3 }
|
2010-02-16 13:30:20 -05:00
|
|
|
{ deploy-reflection 1 }
|
2009-09-09 23:33:34 -04:00
|
|
|
{ deploy-word-props? f }
|
2010-02-14 17:03:19 -05:00
|
|
|
{ deploy-math? t }
|
2009-09-09 23:33:34 -04:00
|
|
|
{ deploy-threads? t }
|
2010-02-14 17:03:19 -05:00
|
|
|
{ deploy-word-defs? f }
|
2009-09-09 23:33:34 -04:00
|
|
|
}
|