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-19 20:27:38 -05:00
|
|
|
"postgresql" "libpq" add-simple-library
|
2005-12-27 00:15:36 -05:00
|
|
|
|
2006-01-19 20:27:38 -05:00
|
|
|
{
|
|
|
|
"libpq"
|
|
|
|
"postgresql"
|
|
|
|
"postgresql-test"
|
|
|
|
! "private" ! Put your password in this file
|
2006-01-21 01:04:03 -05:00
|
|
|
} [ "/contrib/postgresql/" swap ".factor" append3 run-resource ] each
|