]> gitweb.factorcode.org Git - factor-unmaintained.git/blob - drills/deployed/deploy.factor
unmaintained: New home for misfit Factor vocabularies.
[factor-unmaintained.git] / 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 }