Sfoglia il codice sorgente

* Do not install the build-unit

git-svn-id: trunk@19985 -
joost 13 anni fa
parent
commit
5ebc858a33
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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');