]> gitweb.factorcode.org Git - factor.git/blob - basis/none/deploy.factor
Create basis vocab root
[factor.git] / basis / none / deploy.factor
1 USING: tools.deploy.config ;
2 H{
3     { deploy-math? f }
4     { deploy-word-defs? f }
5     { deploy-word-props? f }
6     { deploy-name "none" }
7     { "stop-after-last-window?" t }
8     { deploy-c-types? f }
9     { deploy-compiler? f }
10     { deploy-io 1 }
11     { deploy-ui? f }
12     { deploy-reflection 1 }
13 }