factor/extra/hello-unicode/deploy.factor

15 lines
333 B
Factor
Raw Normal View History

2009-03-25 12:10:25 -04:00
USING: tools.deploy.config ;
H{
{ deploy-word-defs? f }
{ deploy-reflection 1 }
{ deploy-word-props? f }
{ deploy-threads? t }
{ deploy-unicode? f }
{ "stop-after-last-window?" t }
{ deploy-name "hello-unicode" }
{ deploy-math? t }
{ deploy-ui? t }
{ deploy-io 3 }
2009-03-25 12:10:25 -04:00
{ deploy-c-types? f }
}