factor/extra/bunny/deploy.factor

15 lines
326 B
Factor
Raw Normal View History

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-io 3 }
{ deploy-word-defs? f }
2008-07-02 22:52:28 -04:00
{ deploy-reflection 1 }
{ deploy-compiler? t }
2008-07-03 21:50:08 -04:00
{ deploy-c-types? f }
{ deploy-name "Bunny" }
2008-03-20 22:11:53 -04:00
{ deploy-word-props? f }
2008-07-03 21:50:08 -04:00
{ deploy-threads? t }
{ "stop-after-last-window?" t }
{ deploy-ui? t }
{ deploy-math? t }
2007-09-20 18:09:08 -04:00
}