tweaking hello-world deploy
parent
0a8980d37e
commit
005cdd4d3a
|
@ -1,15 +1,15 @@
|
||||||
USING: tools.deploy.config ;
|
USING: tools.deploy.config ;
|
||||||
H{
|
H{
|
||||||
{ deploy-word-props? f }
|
|
||||||
{ deploy-random? f }
|
|
||||||
{ deploy-compiler? f }
|
|
||||||
{ deploy-c-types? f }
|
{ deploy-c-types? f }
|
||||||
{ deploy-ui? f }
|
|
||||||
{ deploy-reflection 1 }
|
|
||||||
{ deploy-threads? f }
|
|
||||||
{ deploy-io 2 }
|
|
||||||
{ deploy-word-defs? f }
|
|
||||||
{ "stop-after-last-window?" t }
|
|
||||||
{ deploy-name "Hello world (console)" }
|
{ deploy-name "Hello world (console)" }
|
||||||
|
{ deploy-threads? f }
|
||||||
|
{ deploy-word-props? f }
|
||||||
|
{ deploy-reflection 2 }
|
||||||
|
{ deploy-random? f }
|
||||||
|
{ deploy-io 2 }
|
||||||
{ deploy-math? f }
|
{ deploy-math? f }
|
||||||
|
{ deploy-ui? f }
|
||||||
|
{ deploy-compiler? f }
|
||||||
|
{ "stop-after-last-window?" t }
|
||||||
|
{ deploy-word-defs? f }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue