2
0
Эх сурвалжийг харах

* added pastojs, so it gets installed as well

git-svn-id: trunk@35563 -
michael 8 жил өмнө
parent
commit
40aa63ae0d

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