Merge branch 'master' of git://factorcode.org/git/factor
[factor/jcg.git] / extra / bunny / deploy.factor
blob0954c9ad4188b9dc222172b136c43b0c4373e115
1 USING: tools.deploy.config ;
2 H{
3     { deploy-io 3 }
4     { deploy-word-defs? f }
5     { deploy-reflection 1 }
6     { deploy-compiler? t }
7     { deploy-c-types? f }
8     { deploy-name "Bunny" }
9     { deploy-word-props? f }
10     { deploy-threads? t }
11     { "stop-after-last-window?" t }
12     { deploy-ui? t }
13     { deploy-math? t }