Fix some deploy descriptors
parent
8a494a0da4
commit
1f16c5cb9e
|
@ -1,15 +1,15 @@
|
||||||
USING: tools.deploy.config ;
|
USING: tools.deploy.config ;
|
||||||
H{
|
H{
|
||||||
{ deploy-word-defs? f }
|
|
||||||
{ deploy-random? f }
|
|
||||||
{ deploy-name "Hello world" }
|
|
||||||
{ deploy-threads? t }
|
{ deploy-threads? t }
|
||||||
{ deploy-compiler? t }
|
|
||||||
{ deploy-math? t }
|
{ deploy-math? t }
|
||||||
|
{ deploy-name "Hello world" }
|
||||||
{ deploy-c-types? f }
|
{ deploy-c-types? f }
|
||||||
{ deploy-io 1 }
|
{ deploy-word-props? f }
|
||||||
{ deploy-reflection 1 }
|
{ deploy-io 2 }
|
||||||
{ deploy-ui? t }
|
{ deploy-ui? t }
|
||||||
{ "stop-after-last-window?" t }
|
{ "stop-after-last-window?" t }
|
||||||
{ deploy-word-props? f }
|
{ deploy-random? f }
|
||||||
|
{ deploy-word-defs? f }
|
||||||
|
{ deploy-compiler? t }
|
||||||
|
{ deploy-reflection 1 }
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
USING: tools.deploy.config ;
|
USING: tools.deploy.config ;
|
||||||
H{
|
H{
|
||||||
{ deploy-reflection 1 }
|
|
||||||
{ deploy-math? t }
|
|
||||||
{ deploy-ui? t }
|
|
||||||
{ deploy-name "Maze" }
|
|
||||||
{ deploy-compiler? t }
|
|
||||||
{ deploy-threads? t }
|
{ deploy-threads? t }
|
||||||
{ deploy-word-defs? f }
|
{ deploy-math? t }
|
||||||
|
{ deploy-name "Maze" }
|
||||||
{ deploy-c-types? f }
|
{ deploy-c-types? f }
|
||||||
{ deploy-io 1 }
|
{ deploy-word-props? f }
|
||||||
|
{ deploy-io 2 }
|
||||||
|
{ deploy-ui? t }
|
||||||
{ "stop-after-last-window?" t }
|
{ "stop-after-last-window?" t }
|
||||||
{ deploy-random? t }
|
{ deploy-random? t }
|
||||||
{ deploy-word-props? f }
|
{ deploy-word-defs? f }
|
||||||
|
{ deploy-compiler? t }
|
||||||
|
{ deploy-reflection 1 }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue