diff --git a/extra/minesweeper/deploy.factor b/extra/minesweeper/deploy.factor new file mode 100644 index 0000000000..62a0a30345 --- /dev/null +++ b/extra/minesweeper/deploy.factor @@ -0,0 +1,16 @@ +USING: tools.deploy.config ; +H{ + { deploy-console? f } + { deploy-io 3 } + { deploy-reflection 5 } + { deploy-ui? t } + { deploy-word-defs? f } + { deploy-threads? t } + { "stop-after-last-window?" t } + { deploy-math? t } + { deploy-word-props? f } + { deploy-c-types? f } + { deploy-help? f } + { deploy-name "Minesweeper" } + { deploy-unicode? f } +}