factor/basis/tools/deploy/test/2/deploy.factor

16 lines
365 B
Factor
Raw Normal View History

USING: tools.deploy.config ;
H{
{ deploy-word-defs? f }
2008-03-20 22:11:53 -04:00
{ deploy-random? f }
{ deploy-name "tools.deploy.test.2" }
2008-03-20 22:11:53 -04:00
{ deploy-threads? t }
{ deploy-compiler? t }
2008-03-20 22:11:53 -04:00
{ deploy-math? t }
{ deploy-c-types? f }
{ deploy-io 2 }
{ deploy-reflection 1 }
{ deploy-ui? f }
2008-03-20 22:11:53 -04:00
{ "stop-after-last-window?" t }
{ deploy-word-props? f }
}