win32 load file merging weirdness
parent
672cdba238
commit
2f888d168d
|
@ -1,11 +1,10 @@
|
||||||
IN: scratchpad
|
REQUIRES: library/windows library/io/buffer ;
|
||||||
USING: alien compiler kernel namespaces parser sequences words ;
|
|
||||||
|
|
||||||
{
|
PROVIDE: library/io/windows {
|
||||||
"errors"
|
"errors.factor"
|
||||||
"winsock"
|
"winsock.factor"
|
||||||
"io-internals"
|
"io-internals.factor"
|
||||||
"stream"
|
"stream.factor"
|
||||||
"server"
|
"server.factor"
|
||||||
"io-last"
|
"io-last.factor"
|
||||||
} [ "/library/io/windows/" swap ".factor" append3 run-resource ] each
|
} ;
|
||||||
|
|
|
@ -15,22 +15,5 @@ PROVIDE: library/windows {
|
||||||
"utils.factor"
|
"utils.factor"
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
{
|
|
||||||
"windows-messages"
|
|
||||||
"types"
|
|
||||||
"gdi32-constants"
|
|
||||||
"gdi32"
|
|
||||||
"kernel32-constants"
|
|
||||||
"kernel32-structs"
|
|
||||||
"kernel32-types"
|
|
||||||
"kernel32"
|
|
||||||
"user32-constants"
|
|
||||||
"user32-structs"
|
|
||||||
"user32-types"
|
|
||||||
"user32"
|
|
||||||
"opengl32"
|
|
||||||
"utils"
|
|
||||||
} [ "/library/windows/" swap ".factor" append3 run-resource ] each
|
|
||||||
|
|
||||||
IN: command-line
|
IN: command-line
|
||||||
: default-shell "tty" ;
|
: default-shell "tty" ;
|
||||||
|
|
Loading…
Reference in New Issue