git-svn-id: trunk@29022 -
@@ -716,7 +716,6 @@ Type
FFlags: TStrings;
FFPDocFormat: TFPDocFormats;
FIsFPMakeAddIn: boolean;
- FSeparateArchive: boolean;
FSupportBuildModes: TBuildModes;
FUnitPath,
FObjectPath,
@@ -809,7 +808,6 @@ Type
Property SupportBuildModes: TBuildModes read FSupportBuildModes write FSupportBuildModes;
Property BuildMode: TBuildMode read FBuildMode;
Property Flags: TStrings read FFlags;
- Property SeparateArchive: boolean read FSeparateArchive write FSeparateArchive;
// Compiler options.
Property OSes : TOSes Read FOSes Write FOSes;
Property CPUs : TCPUs Read FCPUs Write FCPUs;
@@ -3122,7 +3120,6 @@ begin
FOSes:=AllOSes;
FInstalledChecksum:=$ffffffff;
FFlags := TStringList.Create;
- FSeparateArchive:=true;
// Implicit dependency on RTL
FDependencies.Add('rtl');
FSupportBuildModes:=[bmBuildUnit, bmOneByOne];
@@ -6670,7 +6667,7 @@ begin
If (Apackage.State<>tsCompiled) then
MaybeCompile(APackage);
Log(vlCommand,SInfoInstallingPackage,[APackage.Name]);
- if AnArchiveFiles and APackage.SeparateArchive then
+ if AnArchiveFiles then
FinishArchive(APackage);
try
If (APackage.Directory<>'') then
@@ -25,7 +25,6 @@ begin
P.NeedLibC:= false;
P.OSes:=[go32v2];
- P.SeparateArchive:=false;
P.Directory:=ADirectory;
P.Version:='2.7.1';
@@ -221,7 +221,6 @@ begin
{$endif ALLPACKAGES}
P.Dependencies.Add('fcl-base');
@@ -26,7 +26,6 @@ begin
P.Dependencies.Add('fpmkunit');
P.OSes:=[win32,win64,wince,haiku,linux,freebsd,openbsd,netbsd,darwin,iphonesim,solaris,os2,emx,aix,aros];
@@ -23,7 +23,6 @@ begin
P.Dependencies.Add('fcl-res');
P.OSes:=[darwin, iphonesim];
@@ -32,7 +32,6 @@ begin
P.Dependencies.Add('chm');
P.Dependencies.Add('univint',[darwin,iphonesim]);
@@ -29,7 +29,6 @@ begin
P.OSes := [win32, win64, os2, emx];
gtkOSes:=[linux];
// Only compile fpmcgtk on win32 when the gtk-library is found in the path
@@ -28,7 +28,6 @@ begin
P.SourcePath.Add('lnet',lnetOSes);
P.IncludePath.Add('lnet/sys',lnetOSes);
@@ -24,7 +24,6 @@ begin
'scripts numerical constants and replaces these constants to its values '+
'in resource script.';
P.Options.Add('-Sg');
P.OSes:=[win32,win64];
P.Dependencies.Add('fcl-process');
P.Options.Add('-S2h');
@@ -22,7 +22,6 @@ begin
P.Description := 'Generate fpmake.pp for Pascal source.';
P.Email := '';
P.Dependencies.Add('fcl-passrc');
P.Description := 'Tool to remove (delete) file(s) with optional retries';
P.Description := 'A compiler generator for Turbo Pascal and compatibles.';
P.Dependencies.Add('rtl');
P.Dependencies.Add('fcl-xml');