factor/extra/maze/deploy.factor

15 lines
324 B
Factor
Raw Normal View History

2007-10-06 13:38:54 -04:00
USING: tools.deploy.config ;
2008-07-02 01:20:01 -04:00
H{
{ deploy-ui? t }
{ deploy-reflection 1 }
{ deploy-unicode? f }
2008-07-02 16:57:38 -04:00
{ deploy-math? t }
{ deploy-io 3 }
2008-07-02 16:57:38 -04:00
{ deploy-c-types? f }
{ deploy-name "Maze" }
2008-11-01 19:56:02 -04:00
{ deploy-word-props? f }
{ deploy-word-defs? f }
{ "stop-after-last-window?" t }
{ deploy-threads? t }
2007-09-20 18:09:08 -04:00
}