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