Merge branch 'master' of git://factorcode.org/git/factor
[factor/jcg.git] / extra / nehe / deploy.factor
blob6cf9543678ca9502312fb7ec279c92f0ac7eec80
1 USING: tools.deploy.config ;
2 V{
3     { deploy-ui? t }
4     { deploy-io 1 }
5     { deploy-reflection 1 }
6     { deploy-compiler? t }
7     { deploy-math? t }
8     { deploy-word-props? f }
9     { deploy-c-types? f }
10     { "stop-after-last-window?" t }
11     { deploy-name "NeHe OpenGL demos" }