2007-11-04 22:58:00 -05:00
|
|
|
USING: tools.deploy.config ;
|
2007-10-08 21:23:20 -04:00
|
|
|
V{
|
|
|
|
{ deploy-ui? t }
|
2007-11-04 22:58:00 -05:00
|
|
|
{ deploy-io 1 }
|
|
|
|
{ deploy-reflection 2 }
|
|
|
|
{ deploy-compiler? t }
|
|
|
|
{ deploy-math? t }
|
|
|
|
{ deploy-word-props? t }
|
|
|
|
{ deploy-word-defs? t }
|
|
|
|
{ deploy-c-types? f }
|
|
|
|
{ "stop-after-last-window?" t }
|
2007-11-05 00:47:13 -05:00
|
|
|
{ deploy-name "Lindenmayer System Explorer" }
|
2007-10-08 21:23:20 -04:00
|
|
|
}
|