]> gitweb.factorcode.org Git - factor.git/blob - extra/hello-world/deploy.factor
Update deployment descriptors for deploy-random? removal
[factor.git] / extra / hello-world / deploy.factor
1 USING: tools.deploy.config ;
2 H{
3     { deploy-c-types? f }
4     { deploy-name "Hello world (console)" }
5     { deploy-threads? f }
6     { deploy-word-props? f }
7     { deploy-reflection 2 }
8     { deploy-io 2 }
9     { deploy-math? f }
10     { deploy-ui? f }
11     { deploy-compiler? f }
12     { "stop-after-last-window?" t }
13     { deploy-word-defs? f }
14 }