moved win32 ui code
parent
4e1b676736
commit
3716c6e6fd
|
@ -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
|
||||
|
|
|
@ -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" ;
|
||||
|
|
Loading…
Reference in New Issue