|
@@ -37,6 +37,7 @@ begin
|
|
P.SourcePath.Add('src/sqldb/examples');
|
|
P.SourcePath.Add('src/sqldb/examples');
|
|
P.SourcePath.Add('src/sqldb/oracle');
|
|
P.SourcePath.Add('src/sqldb/oracle');
|
|
P.SourcePath.Add('src/sdf');
|
|
P.SourcePath.Add('src/sdf');
|
|
|
|
+ P.SourcePath.Add('src/json');
|
|
P.SourcePath.Add('src/datadict');
|
|
P.SourcePath.Add('src/datadict');
|
|
P.SourcePath.Add('src/memds');
|
|
P.SourcePath.Add('src/memds');
|
|
P.SourcePath.Add('src/codegen');
|
|
P.SourcePath.Add('src/codegen');
|
|
@@ -661,6 +662,9 @@ begin
|
|
end;
|
|
end;
|
|
T.ResourceStrings := True;
|
|
T.ResourceStrings := True;
|
|
|
|
|
|
|
|
+ // JSON
|
|
|
|
+ T:=P.Targets.AddUnit('fpjsondataset.pp');
|
|
|
|
+
|
|
P.ExamplePath.Add('tests');
|
|
P.ExamplePath.Add('tests');
|
|
T:=P.Targets.AddExampleProgram('dbftoolsunit.pas');
|
|
T:=P.Targets.AddExampleProgram('dbftoolsunit.pas');
|
|
T:=P.Targets.AddExampleProgram('dbtestframework.pas');
|
|
T:=P.Targets.AddExampleProgram('dbtestframework.pas');
|