Browse Source

* Do not install the build-unit

git-svn-id: trunk@19985 -
joost 13 years ago
parent
commit
5ebc858a33
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fv/fpmake.pp

+ 1 - 0
packages/fv/fpmake.pp

@@ -51,6 +51,7 @@ begin
           AddUnit('app');
         end;
     T:=P.Targets.AddUnit('buildfv.pas');
+    T.Install := false; // Build-unit
       with T.Dependencies do
         begin
           AddUnit('fvcommon');