fpmake.inc 421 B

123456789
  1. { Make DB directory and all subdirectories }
  2. { FULLSQLDB will be defined if included from SQLDB directory alone}
  3. { FULLDB will be defined if included from db directory alone}
  4. { FULLFCL will be defined if included from main FCL directory }
  5. Targets.ResetDefaults;
  6. Targets.DefaultDir:='db/sqldb/mysql';
  7. { Drivers only for the following OSes }
  8. Targets.DefaultOS:=[win32,openbsd,netbsd,freebsd,darwin,linux,haiku,dragonfly];