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

14 lines
313 B
Factor

USING: tools.deploy.config ;
H{
{ deploy-threads? t }
{ deploy-c-types? f }
{ deploy-ui? f }
{ deploy-word-props? f }
{ deploy-word-defs? f }
{ deploy-math? t }
{ deploy-io 2 }
{ deploy-name "tools.deploy.test.2" }
{ deploy-reflection 1 }
{ "stop-after-last-window?" t }
}