Fix hello-world deploy config

release
Slava Pestov 2007-11-05 01:08:28 -05:00
parent e0d8a52a29
commit 821cabeb44
1 changed files with 9 additions and 8 deletions

View File

@ -1,12 +1,13 @@
USING: tools.deploy.config ;
V{
{ deploy-ui? f }
{ deploy-io 3 }
H{
{ deploy-reflection 1 }
{ deploy-compiler? t }
{ deploy-math? f }
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ deploy-name "Hello world (console)" }
{ deploy-word-props? f }
{ "stop-after-last-window?" t }
{ deploy-c-types? f }
{ deploy-compiler? f }
{ deploy-word-defs? f }
{ deploy-io 2 }
{ deploy-ui? f }
{ deploy-math? f }
}