Przeglądaj źródła

* added pastojs, so it gets installed as well

git-svn-id: trunk@35563 -
michael 8 lat temu
rodzic
commit
40aa63ae0d
2 zmienionych plików z 7 dodań i 0 usunięć
  1. 1 0
      packages/fpmake_add.inc
  2. 6 0
      packages/fpmake_proc.inc

+ 1 - 0
packages/fpmake_add.inc

@@ -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'));
   

+ 6 - 0
packages/fpmake_proc.inc

@@ -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;