win32 load file merging weirdness

erg 2006-09-07 23:42:11 +00:00
parent 672cdba238
commit 2f888d168d
2 changed files with 9 additions and 27 deletions

View File

@ -1,11 +1,10 @@
IN: scratchpad
USING: alien compiler kernel namespaces parser sequences words ;
REQUIRES: library/windows library/io/buffer ;
{
"errors"
"winsock"
"io-internals"
"stream"
"server"
"io-last"
} [ "/library/io/windows/" swap ".factor" append3 run-resource ] each
PROVIDE: library/io/windows {
"errors.factor"
"winsock.factor"
"io-internals.factor"
"stream.factor"
"server.factor"
"io-last.factor"
} ;

View File

@ -15,22 +15,5 @@ PROVIDE: library/windows {
"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
: default-shell "tty" ;