Fix deploy descriptor for color picker

db4
Slava Pestov 2009-04-03 10:20:42 -05:00
parent 535850f3ea
commit f7ba7b4bfa
1 changed files with 12 additions and 9 deletions

View File

@ -1,12 +1,15 @@
USING: tools.deploy.config ;
V{
{ deploy-ui? t }
{ deploy-io 1 }
{ deploy-reflection 1 }
{ deploy-compiler? t }
{ deploy-math? t }
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
H{
{ deploy-name "Color Picker" }
{ deploy-word-props? f }
{ deploy-ui? t }
{ deploy-threads? t }
{ deploy-unicode? f }
{ deploy-c-types? f }
{ deploy-word-defs? f }
{ deploy-compiler? t }
{ deploy-io 2 }
{ deploy-reflection 1 }
{ "stop-after-last-window?" t }
{ deploy-math? t }
}