remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / extra / springies / models / belt-tire / deploy.factor
blobed522d5ee9c9bb77d7a522c0cd0e46ab635d8814
1 USING: tools.deploy.config ;
2 V{
3     { deploy-ui? t }
4     { deploy-io 2 }
5     { deploy-reflection 1 }
6     { deploy-compiler? t }
7     { deploy-math? t }
8     { deploy-word-props? f }
9     { deploy-word-defs? f }
10     { deploy-c-types? f }
11     { "stop-after-last-window?" t }
12     { "bundle-name" "Belt Tire.app" }