mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +02:00
* Fix wrongly renamed units/packages
This commit is contained in:
parent
6b5a4dbf6e
commit
354c4ddcc1
@ -12,7 +12,7 @@ begin
|
||||
begin
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
P:=AddPackage('{$ifdef unix}cthreads,{$endif} fpmkunit');
|
||||
P:=AddPackage('fpmkunit');
|
||||
P.ShortName:='fpmk';
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
@ -37,7 +37,7 @@ begin
|
||||
D:=P.Dependencies.Add('fcl-process',AllOSes-[morphos,aros,amiga,go32v2,os2]);
|
||||
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;
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
|
@ -17,7 +17,7 @@ Var
|
||||
Data2Inc : string;
|
||||
begin
|
||||
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
|
||||
begin
|
||||
@ -31,7 +31,7 @@ begin
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
P.Dependencies.Add('fcl-process',AllOSes-[go32v2,os2]);
|
||||
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('fcl-net', TargetsWithfpWeb);
|
||||
|
Loading…
Reference in New Issue
Block a user