Merge branch 'master' of git://factorcode.org/git/factor
[factor/jcg.git] / extra / hello-ui / deploy.factor
blob28ce8f519d32f1874cd665dfd8c65e3fd53d89a9
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 }