/unmaintained/springies/models/belt-tire/deploy.factor

http://github.com/abeaumont/factor · Factor · 13 lines · 13 code · 0 blank · 0 comment · 0 complexity · c881a0019abcac81936a1db754b0ac7c MD5 · raw file

  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" }
  13. }