2006-01-18 14:06:34 -05:00
|
|
|
IN: scratchpad
|
2005-06-12 05:37:05 -04:00
|
|
|
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
|
2005-06-12 05:37:05 -04:00
|
|
|
|
|
|
|
"postgresql" words [ try-compile ] each
|
2005-12-27 00:15:36 -05:00
|
|
|
|