summaryrefslogtreecommitdiff
path: root/packages/fcl-db/src/sqldb/postgres/fpmake.inc
blob: 1d2619cd8c480dc229a022f7fc32dfdb3ef9ddcb (plain)
1
2
3
4
5
6
7
8
9
10
11
{ Make DB directory and all subdirectories }
{ FULLSQLDB will be defined if included from SQLDB directory alone}
{ FULLDB will be defined if included from db directory alone}
{ FULLFCL will be defined if included from main FCL directory }

Targets.ResetDefaults;
Targets.DefaultDir:='db/sqldb/postgres';
{ Drivers only for the following OSes }
Targets.DefaultOS:=[win32,openbsd,netbsd,freebsd,darwin,linux];
T:=Targets.AddUnit('pqconnection');
T.ResourceStrings:=True;