2009-05-10 22:33:13 -04:00
|
|
|
USING: tools.deploy.config ;
|
|
|
|
H{
|
2009-10-17 00:43:44 -04:00
|
|
|
{ deploy-name "Terrain" }
|
2009-05-10 22:33:13 -04:00
|
|
|
{ deploy-ui? t }
|
2009-10-17 00:43:44 -04:00
|
|
|
{ deploy-c-types? f }
|
2009-05-10 22:33:13 -04:00
|
|
|
{ deploy-unicode? f }
|
2014-06-20 09:09:47 -04:00
|
|
|
{ deploy-io 3 }
|
2009-10-17 17:43:47 -04:00
|
|
|
{ deploy-reflection 1 }
|
2009-05-10 22:33:13 -04:00
|
|
|
{ "stop-after-last-window?" t }
|
2009-10-17 00:43:44 -04:00
|
|
|
{ deploy-word-props? f }
|
|
|
|
{ deploy-math? t }
|
2009-05-10 22:33:13 -04:00
|
|
|
{ deploy-threads? t }
|
2009-10-17 00:43:44 -04:00
|
|
|
{ deploy-word-defs? f }
|
2009-05-10 22:33:13 -04:00
|
|
|
}
|