factor/extra/hello-world/deploy.factor

15 lines
341 B
Factor
Raw Permalink Normal View History

2007-10-06 13:38:54 -04:00
USING: tools.deploy.config ;
2007-11-05 01:08:28 -05:00
H{
{ deploy-unicode? f }
{ deploy-ui? f }
{ deploy-name "Hello world (console)" }
2008-11-14 21:18:16 -05:00
{ deploy-io 2 }
{ deploy-threads? f }
{ deploy-reflection 1 }
{ deploy-math? f }
{ deploy-word-props? f }
{ deploy-word-defs? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
2007-09-20 18:09:08 -04:00
}