mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 09:47:56 +02:00
Adapt fpmake to use of fpmkunit table
This commit is contained in:
parent
69c4464a07
commit
6d4c7b498a
@ -221,6 +221,9 @@ begin
|
|||||||
P.Version:='3.3.1';
|
P.Version:='3.3.1';
|
||||||
|
|
||||||
P.Dependencies.Add('fcl-base');
|
P.Dependencies.Add('fcl-base');
|
||||||
|
{$ifdef TEST_FPMKUNIT}
|
||||||
|
P.Dependencies.Add('fpmkunit');
|
||||||
|
{$endif}
|
||||||
|
|
||||||
T:=P.Targets.AddProgram('fpcmake.pp');
|
T:=P.Targets.AddProgram('fpcmake.pp');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user