* added pastojs, so it gets installed as well

git-svn-id: trunk@35563 -
This commit is contained in:
michael 2017-03-11 14:13:35 +00:00
parent da88f7d217
commit 40aa63ae0d
2 changed files with 7 additions and 0 deletions

View File

@ -131,4 +131,5 @@
add_Google(ADirectory+IncludeTrailingPathDelimiter('googleapi'));
add_fcl_pdf(ADirectory+IncludeTrailingPathDelimiter('fcl-pdf'));
add_odata(ADirectory+IncludeTrailingPathDelimiter('odata'));
add_pastojs(ADirectory+IncludeTrailingPathDelimiter('pastojs'));

View File

@ -746,3 +746,9 @@ begin
end;
{$include odata/fpmake.pp}
procedure add_pastojs(const ADirectory: string);
begin
with Installer do
{$include pastojs/fpmake.pp}
end;