bunny: don't deploy with word names

db4
Slava Pestov 2011-09-05 17:20:43 -07:00
parent 9c29511eb4
commit 0f1c9b1d29
1 changed files with 3 additions and 1 deletions

View File

@ -2,11 +2,13 @@ USING: tools.deploy.config ;
H{ H{
{ deploy-name "Bunny" } { deploy-name "Bunny" }
{ deploy-ui? t } { deploy-ui? t }
{ deploy-help? f }
{ deploy-c-types? f } { deploy-c-types? f }
{ deploy-console? t }
{ deploy-unicode? f } { deploy-unicode? f }
{ "stop-after-last-window?" t } { "stop-after-last-window?" t }
{ deploy-io 3 } { deploy-io 3 }
{ deploy-reflection 2 } { deploy-reflection 1 }
{ deploy-word-props? f } { deploy-word-props? f }
{ deploy-math? t } { deploy-math? t }
{ deploy-threads? t } { deploy-threads? t }