factor/extra/hello-ui/deploy.factor

13 lines
284 B
Factor
Raw Normal View History

2007-10-06 13:38:54 -04:00
USING: tools.deploy.config ;
2007-09-20 18:09:08 -04:00
V{
{ deploy-ui? t }
{ deploy-io 1 }
{ deploy-reflection 2 }
{ deploy-compiler? t }
{ deploy-math? t }
{ deploy-word-props? f }
{ deploy-c-types? f }
2007-10-09 02:08:58 -04:00
{ "stop-after-last-window?" t }
{ "bundle-name" "Hello world.app" }
2007-09-20 18:09:08 -04:00
}