factor/basis/tools/deploy/test/4/deploy.factor

14 lines
313 B
Factor
Raw Normal View History

2008-06-18 23:29:48 -04:00
USING: tools.deploy.config ;
H{
{ deploy-threads? t }
2008-08-31 20:17:04 -04:00
{ deploy-c-types? f }
2008-09-07 22:32:06 -04:00
{ deploy-ui? f }
2008-06-25 21:47:07 -04:00
{ deploy-word-props? f }
2008-08-31 20:17:04 -04:00
{ deploy-word-defs? f }
{ deploy-math? t }
2008-09-07 22:32:06 -04:00
{ deploy-io 2 }
{ deploy-name "tools.deploy.test.4" }
{ deploy-reflection 1 }
{ "stop-after-last-window?" t }
2008-06-18 23:29:48 -04:00
}