/extra/maze/deploy.factor

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

  1. USING: tools.deploy.config ;
  2. H{
  3. { deploy-ui? t }
  4. { deploy-reflection 1 }
  5. { deploy-unicode? f }
  6. { deploy-math? t }
  7. { deploy-io 2 }
  8. { deploy-c-types? f }
  9. { deploy-name "Maze" }
  10. { deploy-word-props? f }
  11. { deploy-word-defs? f }
  12. { "stop-after-last-window?" t }
  13. { deploy-threads? t }
  14. }