mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:29:21 +02:00
* Fix wrongly renamed units/packages
This commit is contained in:
parent
6b5a4dbf6e
commit
354c4ddcc1
@ -12,7 +12,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
{$endif ALLPACKAGES}
|
{$endif ALLPACKAGES}
|
||||||
|
|
||||||
P:=AddPackage('{$ifdef unix}cthreads,{$endif} fpmkunit');
|
P:=AddPackage('fpmkunit');
|
||||||
P.ShortName:='fpmk';
|
P.ShortName:='fpmk';
|
||||||
{$ifdef ALLPACKAGES}
|
{$ifdef ALLPACKAGES}
|
||||||
P.Directory:=ADirectory;
|
P.Directory:=ADirectory;
|
||||||
@ -37,7 +37,7 @@ begin
|
|||||||
D:=P.Dependencies.Add('fcl-process',AllOSes-[morphos,aros,amiga,go32v2,os2]);
|
D:=P.Dependencies.Add('fcl-process',AllOSes-[morphos,aros,amiga,go32v2,os2]);
|
||||||
D:=P.Dependencies.Add('libtar');
|
D:=P.Dependencies.Add('libtar');
|
||||||
|
|
||||||
with P.Targets.AddUnit('src/{$ifdef unix}cthreads,{$endif} fpmkunit.pp') do
|
with P.Targets.AddUnit('src/fpmkunit.pp') do
|
||||||
ResourceStrings:=true;
|
ResourceStrings:=true;
|
||||||
|
|
||||||
{$ifndef ALLPACKAGES}
|
{$ifndef ALLPACKAGES}
|
||||||
|
@ -17,7 +17,7 @@ Var
|
|||||||
Data2Inc : string;
|
Data2Inc : string;
|
||||||
begin
|
begin
|
||||||
AddCustomFpmakeCommandlineOption('data2inc', 'Use indicated data2inc executable.');
|
AddCustomFpmakeCommandlineOption('data2inc', 'Use indicated data2inc executable.');
|
||||||
AddCustomFpmakeCommandlineOption('gen{$ifdef unix}cthreads,{$endif} fpmkunit', 'Regenerate the fpmkunitsrc.inc file (fppkg).');
|
AddCustomFpmakeCommandlineOption('genfpmkunit', 'Regenerate the fpmkunitsrc.inc file (fppkg).');
|
||||||
|
|
||||||
With Installer do
|
With Installer do
|
||||||
begin
|
begin
|
||||||
@ -31,7 +31,7 @@ begin
|
|||||||
P.Dependencies.Add('fcl-xml');
|
P.Dependencies.Add('fcl-xml');
|
||||||
P.Dependencies.Add('fcl-process',AllOSes-[go32v2,os2]);
|
P.Dependencies.Add('fcl-process',AllOSes-[go32v2,os2]);
|
||||||
P.Dependencies.Add('paszlib');
|
P.Dependencies.Add('paszlib');
|
||||||
P.Dependencies.Add('{$ifdef unix}cthreads,{$endif} fpmkunit');
|
P.Dependencies.Add('fpmkunit');
|
||||||
|
|
||||||
P.Dependencies.Add('univint',[MacOSX,iphonesim,ios]);
|
P.Dependencies.Add('univint',[MacOSX,iphonesim,ios]);
|
||||||
P.Dependencies.Add('fcl-net', TargetsWithfpWeb);
|
P.Dependencies.Add('fcl-net', TargetsWithfpWeb);
|
||||||
|
Loading…
Reference in New Issue
Block a user