factor/basis/tools/deploy/test/11/deploy.factor

15 lines
340 B
Factor

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