mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 19:05:54 +02:00
* added pastojs, so it gets installed as well
git-svn-id: trunk@35563 -
This commit is contained in:
parent
da88f7d217
commit
40aa63ae0d
@ -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'));
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user