hello-ui and spheres can deploy without I/O

db4
Slava Pestov 2009-05-12 04:18:50 -05:00
parent 560ad8b2e5
commit 4f82ee914b
2 changed files with 14 additions and 14 deletions

View File

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

View File

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