2007-10-06 13:38:54 -04:00
|
|
|
USING: tools.deploy.config ;
|
2007-09-20 18:09:08 -04:00
|
|
|
V{
|
2007-10-09 02:08:58 -04:00
|
|
|
{ strip-prettyprint? t }
|
|
|
|
{ strip-globals? t }
|
2007-09-20 18:09:08 -04:00
|
|
|
{ strip-word-props? t }
|
2007-10-09 02:08:58 -04:00
|
|
|
{ strip-word-names? f }
|
2007-09-20 18:09:08 -04:00
|
|
|
{ strip-dictionary? t }
|
|
|
|
{ strip-debugger? t }
|
2007-10-09 02:08:58 -04:00
|
|
|
{ strip-c-types? t }
|
2007-09-20 18:09:08 -04:00
|
|
|
{ deploy-math? t }
|
|
|
|
{ deploy-compiled? t }
|
|
|
|
{ deploy-io? f }
|
|
|
|
{ deploy-ui? t }
|
2007-10-09 02:08:58 -04:00
|
|
|
{ "stop-after-last-window?" t }
|
2007-09-20 18:09:08 -04:00
|
|
|
{ "bundle-name" "Hello World.app" }
|
|
|
|
}
|