/extra/maze/deploy.factor
http://github.com/abeaumont/factor · Factor · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · bbfe5531fa44f1472b99d78931c42074 MD5 · raw file
- USING: tools.deploy.config ;
- H{
- { deploy-ui? t }
- { deploy-reflection 1 }
- { deploy-unicode? f }
- { deploy-math? t }
- { deploy-io 2 }
- { deploy-c-types? f }
- { deploy-name "Maze" }
- { deploy-word-props? f }
- { deploy-word-defs? f }
- { "stop-after-last-window?" t }
- { deploy-threads? t }
- }