factor/extra/hello-world/deploy.factor

15 lines
342 B
Factor
Raw Normal View History

2007-10-06 13:38:54 -04:00
USING: tools.deploy.config ;
2007-11-05 01:08:28 -05:00
H{
2008-03-20 22:11:53 -04:00
{ deploy-c-types? f }
2008-09-19 12:22:40 -04:00
{ deploy-name "Hello world (console)" }
2008-07-02 01:20:01 -04:00
{ deploy-threads? f }
2008-09-19 12:22:40 -04:00
{ deploy-word-props? f }
{ deploy-reflection 2 }
2008-07-02 01:20:01 -04:00
{ deploy-io 2 }
{ deploy-math? f }
2008-09-19 12:22:40 -04:00
{ deploy-ui? f }
{ deploy-compiler? f }
{ "stop-after-last-window?" t }
{ deploy-word-defs? f }
2007-09-20 18:09:08 -04:00
}