2010-02-14 17:01:07 -05:00
|
|
|
USING: tools.deploy.config ;
|
|
|
|
H{
|
|
|
|
{ deploy-name "Raytrace" }
|
|
|
|
{ deploy-ui? t }
|
|
|
|
{ deploy-c-types? f }
|
2010-03-23 05:11:57 -04:00
|
|
|
{ deploy-console? f }
|
2010-02-14 17:01:07 -05:00
|
|
|
{ deploy-unicode? f }
|
|
|
|
{ "stop-after-last-window?" t }
|
|
|
|
{ deploy-io 2 }
|
|
|
|
{ deploy-reflection 2 }
|
|
|
|
{ deploy-word-props? f }
|
|
|
|
{ deploy-math? t }
|
|
|
|
{ deploy-threads? t }
|
|
|
|
{ deploy-word-defs? f }
|
|
|
|
}
|