game-of-life: adding deploy file.

clean-macosx-x86-32
John Benediktsson 2019-04-05 13:04:01 -07:00
parent 103b15df97
commit d89d4590ab
1 changed files with 16 additions and 0 deletions

View File

@ -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 "Game of Life" }
{ deploy-unicode? f }
}