factor/contrib/postgresql/load.factor

8 lines
126 B
Factor
Raw Normal View History

2006-06-18 21:02:35 -04:00
USING: alien ;
"postgresql" "libpq" add-simple-library
2006-06-18 20:58:11 -04:00
PROVIDE: postgresql
{ "libpq" "postgresql" }
{ "postgresql-test" } ;