15 lines
325 B
Factor
Executable File
15 lines
325 B
Factor
Executable File
USING: tools.deploy.config ;
|
|
H{
|
|
{ deploy-threads? t }
|
|
{ deploy-math? t }
|
|
{ deploy-name "Maze" }
|
|
{ deploy-c-types? f }
|
|
{ deploy-word-props? f }
|
|
{ deploy-io 2 }
|
|
{ deploy-ui? t }
|
|
{ "stop-after-last-window?" t }
|
|
{ deploy-word-defs? f }
|
|
{ deploy-compiler? t }
|
|
{ deploy-reflection 1 }
|
|
}
|