Sfoglia il codice sorgente

Adapt fpmake to use of fpmkunit table

Pierre Muller 2 anni fa
parent
commit
d1a12846ba
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      utils/fpcm/fpmake.pp

+ 3 - 0
utils/fpcm/fpmake.pp

@@ -221,6 +221,9 @@ begin
     P.Version:='3.3.1';
 
     P.Dependencies.Add('fcl-base');
+{$ifdef TEST_FPMKUNIT}
+    P.Dependencies.Add('fpmkunit');
+{$endif}
 
     T:=P.Targets.AddProgram('fpcmake.pp');