9 lines
302 B
Factor
9 lines
302 B
Factor
IN: scratchpad
|
|
USING: alien compiler kernel parser sequences words ;
|
|
"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
|
|
|