mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 17:50:16 +02:00
* Fixed unixutils fmpake.pp file
git-svn-id: trunk@20128 -
This commit is contained in:
parent
8c4b24dc13
commit
c3095c92d9
@ -19,12 +19,9 @@ begin
|
|||||||
P.Version:='2.7.1';
|
P.Version:='2.7.1';
|
||||||
P.OSes:=[Linux];
|
P.OSes:=[Linux];
|
||||||
P.CPUs:=[i386];
|
P.CPUs:=[i386];
|
||||||
|
P.Dependencies.add('libc');
|
||||||
P.SourcePath.Add('src');
|
P.SourcePath.Add('src');
|
||||||
T:=P.Targets.AddUnit('unixutils.pp',[i386],[linux]);
|
T:=P.Targets.AddUnit('unixutils.pp');
|
||||||
with T.Dependencies do
|
|
||||||
begin
|
|
||||||
AddUnit('libc');
|
|
||||||
end;
|
|
||||||
|
|
||||||
{$ifndef ALLPACKAGES}
|
{$ifndef ALLPACKAGES}
|
||||||
Run;
|
Run;
|
||||||
|
Loading…
Reference in New Issue
Block a user