summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/fcl-db/src/sqldb/fpmake.inc
blob: 8b0c6b057e49b4d86cd701f8ccdb65609073237c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{ Make DB directory and all subdirectories }
{ FULLDB will be defined if included from db directory }
{ FULLFCL will be defined if included from main FCL directory }


Targets.ResetDefaults;
Targets.DefaultDir:='db/sqldb';
T:=Targets.AddUnit('sqldb');
T.ResourceStrings:=True;

{ Include connection drivers }    

{ PosGreSQL } 
{$i postgres/fpmake.inc}

{ MySQL }  
{$i mysql/fpmake.inc}

{ Interbase/Firebird }
{$i interbase/fpmake.inc}

{ MS SQL }
{$i mssql/fpmake.inc}