git-svn-id: trunk@43915 -
@@ -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('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:=P.Dependencies.Add('paszlib');
D:=P.Dependencies.Add('fcl-process',AllOSes-[morphos,aros,amiga,go32v2,os2]);
D:=P.Dependencies.Add('libtar');
with P.Targets.AddUnit('src/fpmkunit.pp') do
ResourceStrings:=true;