Fix hello-unicode for deployment

db4
Slava Pestov 2009-03-25 11:10:25 -05:00
parent be9d8ffd02
commit 70bc39b3fd
2 changed files with 16 additions and 1 deletions

View File

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

View File

@ -15,6 +15,6 @@ IN: hello-unicode
] with-style
] make-pane { 10 10 } <border> ;
: hello-unicode ( -- ) <hello-gadget> "გამარჯობა" open-window ;
: hello-unicode ( -- ) [ <hello-gadget> "გამარჯობა" open-window ] with-ui ;
MAIN: hello-unicode