mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 12:31:01 +02:00
* Added dependency on fcl-json to fcl-db
* Removed invalid character from fpmake.pp file git-svn-id: trunk@19971 -
This commit is contained in:
parent
0c87700084
commit
642e7963e2
@ -63,6 +63,7 @@ begin
|
||||
P.Dependencies.Add('postgres');
|
||||
P.Dependencies.Add('sqlite');
|
||||
P.Dependencies.Add('pxlib');
|
||||
P.Dependencies.Add('fcl-json');
|
||||
|
||||
P.Options.Add('-S2h');
|
||||
|
||||
@ -662,8 +663,7 @@ begin
|
||||
end;
|
||||
T.ResourceStrings := True;
|
||||
|
||||
// JSON
|
||||
T:=P.Targets.AddUnit('fpjsondataset.pp');
|
||||
T:=P.Targets.AddUnit('fpjsondataset.pp');
|
||||
|
||||
P.ExamplePath.Add('tests');
|
||||
T:=P.Targets.AddExampleProgram('dbftoolsunit.pas');
|
||||
|
Loading…
Reference in New Issue
Block a user