]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/drills/deployed/deploy.factor
c1e93078f7f0533ae33b78cab90d75b48e74cfd6
[factor.git] / unmaintained / drills / deployed / deploy.factor
1 USING: tools.deploy.config ;
2 H{
3     { deploy-name "drills" }
4     { deploy-c-types? t }
5     { "stop-after-last-window?" t }
6     { deploy-unicode? t }
7     { deploy-threads? t }
8     { deploy-reflection 6 }
9     { deploy-word-defs? t }
10     { deploy-math? t }
11     { deploy-ui? t }
12     { deploy-word-props? t }
13     { deploy-io 3 }
14 }