2007-10-06 13:38:54 -04:00
|
|
|
USING: tools.deploy.config ;
|
2008-03-13 04:39:05 -04:00
|
|
|
H{
|
2008-07-03 21:50:08 -04:00
|
|
|
{ deploy-name "Bunny" }
|
|
|
|
{ deploy-ui? t }
|
2011-09-05 20:20:43 -04:00
|
|
|
{ deploy-help? f }
|
2009-11-21 18:50:43 -05:00
|
|
|
{ deploy-c-types? f }
|
2011-09-05 20:20:43 -04:00
|
|
|
{ deploy-console? t }
|
2009-11-21 18:50:43 -05:00
|
|
|
{ deploy-unicode? f }
|
|
|
|
{ "stop-after-last-window?" t }
|
|
|
|
{ deploy-io 3 }
|
2011-09-05 20:20:43 -04:00
|
|
|
{ deploy-reflection 1 }
|
2009-11-21 18:50:43 -05:00
|
|
|
{ deploy-word-props? f }
|
2008-07-03 21:50:08 -04:00
|
|
|
{ deploy-math? t }
|
2009-11-21 18:50:43 -05:00
|
|
|
{ deploy-threads? t }
|
|
|
|
{ deploy-word-defs? f }
|
2007-09-20 18:09:08 -04:00
|
|
|
}
|