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 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 } ;

View File

@ -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" ;