Browse Source

* Install pasuseanalyzer

git-svn-id: trunk@35648 -
michael 8 years ago
parent
commit
2d2a93de1d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/fcl-passrc/fpmake.pp

+ 5 - 0
packages/fcl-passrc/fpmake.pp

@@ -69,6 +69,11 @@ begin
         begin
         begin
           AddUnit('pastree');
           AddUnit('pastree');
         end;
         end;
+    T:=P.Targets.AddUnit('pasuseanalyzer.pas');
+      with T.Dependencies do
+        begin
+          AddUnit('pastree');
+        end;
 
 
 {$ifndef ALLPACKAGES}
 {$ifndef ALLPACKAGES}
     Run;
     Run;