factor/contrib/postgresql/load.factor

8 lines
134 B
Factor
Raw Normal View History

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