tools.hexdump: adding deploy file.

paths
John Benediktsson 2018-03-13 14:17:21 -07:00
parent 70749aa736
commit 4e872db628
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
USING: tools.deploy.config ;
H{
{ deploy-c-types? f }
{ deploy-help? f }
{ deploy-name "hexdump" }
{ "stop-after-last-window?" t }
{ deploy-unicode? f }
{ deploy-console? t }
{ deploy-io 3 }
{ deploy-reflection 1 }
{ deploy-ui? f }
{ deploy-word-defs? f }
{ deploy-threads? t }
{ deploy-math? t }
{ deploy-word-props? f }
}