factor/contrib/postgresql/load.factor

9 lines
302 B
Factor
Raw Normal View History

2006-01-18 14:06:34 -05:00
IN: scratchpad
USING: alien compiler kernel parser sequences words ;
2006-01-18 14:06:34 -05:00
"postgresql" "libpq" add-simple-library
{ "libpq" "postgresql" "postgresql-test" ! "private" ! Put your password in this file
} [ "contrib/postgresql/" swap ".factor" append3 run-file ] each
"postgresql" words [ try-compile ] each