diff --git a/extra/hello-ui/deploy.factor b/extra/hello-ui/deploy.factor index 7fcc167cea..784c34cf70 100644 --- a/extra/hello-ui/deploy.factor +++ b/extra/hello-ui/deploy.factor @@ -1,14 +1,14 @@ USING: tools.deploy.config ; H{ - { deploy-ui? t } - { deploy-reflection 1 } - { deploy-unicode? f } - { deploy-math? t } - { deploy-io 2 } { deploy-c-types? f } - { deploy-name "Hello world" } - { deploy-word-props? f } + { deploy-unicode? f } { deploy-word-defs? f } + { deploy-name "Hello world" } { "stop-after-last-window?" t } + { deploy-reflection 1 } + { deploy-ui? t } + { deploy-math? t } + { deploy-io 1 } + { deploy-word-props? f } { deploy-threads? t } } diff --git a/extra/spheres/deploy.factor b/extra/spheres/deploy.factor index df314317cf..8c72e4a26c 100644 --- a/extra/spheres/deploy.factor +++ b/extra/spheres/deploy.factor @@ -1,14 +1,14 @@ USING: tools.deploy.config ; H{ - { deploy-ui? t } - { deploy-reflection 1 } - { deploy-unicode? f } - { deploy-math? t } - { deploy-io 2 } { deploy-c-types? f } - { deploy-name "Spheres" } - { deploy-word-props? f } + { deploy-unicode? f } { deploy-word-defs? f } + { deploy-name "Spheres" } { "stop-after-last-window?" t } + { deploy-reflection 1 } + { deploy-ui? t } + { deploy-math? t } + { deploy-io 1 } + { deploy-word-props? f } { deploy-threads? t } }