mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-08 11:01:41 +01:00
* Removed some left-overs of dependencies on specific versions of packages
git-svn-id: trunk@43915 -
This commit is contained in:
parent
007df5d0fa
commit
0c4fee714e
@ -32,7 +32,6 @@ begin
|
||||
D:=P.Dependencies.Add('fcl-xml');
|
||||
D:=P.Dependencies.Add('fcl-base');
|
||||
D:=P.Dependencies.Add('rtl-generics');
|
||||
D.Version:='3.3.1';
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
@ -21,7 +21,6 @@ begin
|
||||
P.Version:='3.3.1';
|
||||
P.Options.Add('-S2h');
|
||||
D:=P.Dependencies.Add('fcl-base');
|
||||
D.Version:='3.3.1';
|
||||
D:=P.Dependencies.Add('iconvenc',[linux,darwin,iphonesim,freebsd,haiku,beos,aix]);
|
||||
|
||||
P.Author := 'Sebastian Guenther, Sergei Gorelkin and FPC development team';
|
||||
|
||||
@ -33,13 +33,9 @@ begin
|
||||
// here to be able to update all requirements to
|
||||
// compile fpmake from a single place
|
||||
D:=P.Dependencies.Add('hash');
|
||||
D.Version:='3.3.1';
|
||||
D:=P.Dependencies.Add('paszlib');
|
||||
D.Version:='3.3.1';
|
||||
D:=P.Dependencies.Add('fcl-process',AllOSes-[morphos,aros,amiga,go32v2,os2]);
|
||||
D.Version:='3.3.1';
|
||||
D:=P.Dependencies.Add('libtar');
|
||||
D.Version:='3.3.1';
|
||||
|
||||
with P.Targets.AddUnit('src/fpmkunit.pp') do
|
||||
ResourceStrings:=true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user