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