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 }
|
2014-06-20 09:09:47 -04:00
|
|
|
{ deploy-io 3 }
|
2009-03-25 12:10:25 -04:00
|
|
|
{ deploy-c-types? f }
|
|
|
|
}
|