mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 07:48:21 +01:00
8 lines
255 B
SourcePawn
8 lines
255 B
SourcePawn
{ 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/sqlite';
|
|
T:=Targets.AddUnit('sqliteds');
|