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