Ver código fonte

Adapt fpmake to use of fpmkunit table

Pierre Muller 2 anos atrás
pai
commit
d1a12846ba
1 arquivos alterados com 3 adições e 0 exclusões
  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');