2008-09-01 11:12:08 -04:00
|
|
|
USING: tools.deploy.config ;
|
|
|
|
H{
|
|
|
|
{ deploy-name "joystick-demo" }
|
2014-06-20 09:09:47 -04:00
|
|
|
{ deploy-io 3 }
|
2008-09-01 11:12:08 -04:00
|
|
|
{ deploy-word-defs? f }
|
|
|
|
{ deploy-c-types? t }
|
|
|
|
{ deploy-word-props? f }
|
|
|
|
{ deploy-reflection 1 }
|
|
|
|
{ deploy-threads? t }
|
|
|
|
{ deploy-math? t }
|
|
|
|
{ "stop-after-last-window?" t }
|
|
|
|
{ deploy-ui? t }
|
|
|
|
}
|