moved win32 ui code

darcs
erg 2006-07-15 03:27:13 +00:00
parent 4e1b676736
commit 3716c6e6fd
9 changed files with 5 additions and 13 deletions

View File

@ -59,8 +59,7 @@ parser sequences sequences-internals words ;
] when
windows? [
"/library/ui/windows/ui.factor" run-resource
"/library/ui/windows/clipboard.factor" run-resource
"/library/ui/windows/load.factor" run-resource
compile-all
] when
] when

View File

@ -11,14 +11,6 @@ USING: alien compiler kernel namespaces parser sequences words ;
"libc" "msvcrt.dll" "cdecl" add-library
{
"windows-messages"
"types"
"gdi32"
"kernel32"
"user32"
"opengl32"
"utils"
"io"
"errors"
"winsock"
@ -27,9 +19,10 @@ USING: alien compiler kernel namespaces parser sequences words ;
"server"
} [ "/library/io/windows/" swap ".factor" append3 run-resource ] each
"native-io" get [
"/library/bootstrap/win32-io.factor" run-resource
] when
! Not for .83
! "native-io" get [
! "/library/bootstrap/win32-io.factor" run-resource
! ] when
IN: kernel
: default-shell "ui" ;