|
@@ -16,18 +16,18 @@ begin
|
|
{$ifdef ALLPACKAGES}
|
|
{$ifdef ALLPACKAGES}
|
|
P.Directory:='fpmkunit';
|
|
P.Directory:='fpmkunit';
|
|
{$endif ALLPACKAGES}
|
|
{$endif ALLPACKAGES}
|
|
- P.Version:='2.2.1-1';
|
|
|
|
|
|
+ P.Version:='2.2.4';
|
|
P.Description:='Free Pascal Make Tool';
|
|
P.Description:='Free Pascal Make Tool';
|
|
|
|
|
|
// All dependencies (including implicit) are listed
|
|
// All dependencies (including implicit) are listed
|
|
// here to be able to update all requirements to
|
|
// here to be able to update all requirements to
|
|
// compile fpmake from a single place
|
|
// compile fpmake from a single place
|
|
D:=P.Dependencies.Add('hash');
|
|
D:=P.Dependencies.Add('hash');
|
|
- D.Version:='2.2.1-0';
|
|
|
|
|
|
+ D.Version:='2.2.4';
|
|
D:=P.Dependencies.Add('paszlib');
|
|
D:=P.Dependencies.Add('paszlib');
|
|
- D.Version:='2.2.1-0';
|
|
|
|
|
|
+ D.Version:='2.2.4';
|
|
D:=P.Dependencies.Add('fcl-process');
|
|
D:=P.Dependencies.Add('fcl-process');
|
|
- D.Version:='2.2.1-0';
|
|
|
|
|
|
+ D.Version:='2.2.4';
|
|
|
|
|
|
P.Targets.AddUnit('src/fpmkunit.pp');
|
|
P.Targets.AddUnit('src/fpmkunit.pp');
|
|
|
|
|