Clean up some duplication
[factor/jcg.git] / extra / spheres / deploy.factor
blobd6591a1a26781ae73d3844d6668278e8e9b98894
1 USING: tools.deploy.config ;
2 H{
3     { deploy-reflection 1 }
4     { deploy-word-defs? f }
5     { deploy-word-props? f }
6     { deploy-name "Spheres" }
7     { deploy-compiler? t }
8     { deploy-math? t }
9     { deploy-io 1 }
10     { deploy-threads? t }
11     { "stop-after-last-window?" t }
12     { deploy-ui? t }
13     { deploy-c-types? f }