summaryrefslogtreecommitdiff
path: root/packages/fcl-db/src/sqldb/mysql/fpmake.inc
blob: 50fcd03c85384bfcf9f2f8e22c7ec1a53c897e30 (plain)
1
2
3
4
5
6
7
8
9
{ 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/mysql';
{ Drivers only for the following OSes }
Targets.DefaultOS:=[win32,openbsd,netbsd,freebsd,darwin,linux,haiku];