factor/contrib/win32/load.factor

12 lines
301 B
Factor
Raw Normal View History

2006-01-18 14:06:34 -05:00
IN: scratchpad
2005-11-28 22:31:00 -05:00
USING: alien compiler kernel parser sequences words ;
2006-01-18 14:06:34 -05:00
{ { "user" "user32" }
{ "kernel" "kernel32" } }
[ first2 add-simple-library ] each
2005-11-28 22:31:00 -05:00
2006-01-18 14:06:34 -05:00
{ "utils" "types" "kernel32" "user32" }
[ "contrib/win32/" swap ".factor" append3 run-file ] each
2005-11-28 22:31:00 -05:00
"win32" words [ try-compile ] each