Bläddra i källkod

* added pastojs, so it gets installed as well

git-svn-id: trunk@35563 -
michael 8 år sedan
förälder
incheckning
40aa63ae0d
2 ändrade filer med 7 tillägg och 0 borttagningar
  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;