mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 13:39:24 +02:00
Debugger: fpmake.pp updated, FpDbgHardcodedFreepascalInfo added
git-svn-id: trunk@63386 -
This commit is contained in:
parent
80ef1a258b
commit
2d8d1f2342
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
fpmake.pp for fpdebug 0.9
|
fpmake.pp for fpdebug 0.9
|
||||||
|
|
||||||
This file was generated on 22-05-20
|
This file was generated on 17-06-20
|
||||||
}
|
}
|
||||||
|
|
||||||
{$ifndef ALLPACKAGES}
|
{$ifndef ALLPACKAGES}
|
||||||
@ -90,6 +90,7 @@ begin
|
|||||||
D := T.Dependencies.AddUnit('FpDbgRsp');
|
D := T.Dependencies.AddUnit('FpDbgRsp');
|
||||||
D := T.Dependencies.AddUnit('FpDbgCommon');
|
D := T.Dependencies.AddUnit('FpDbgCommon');
|
||||||
D := T.Dependencies.AddUnit('FpImgReaderWinPETypes');
|
D := T.Dependencies.AddUnit('FpImgReaderWinPETypes');
|
||||||
|
D := T.Dependencies.AddUnit('FpDbgHardcodedFreepascalInfo');
|
||||||
T := P.Targets.AddImplicitUnit('fpdbgclasses.pp');
|
T := P.Targets.AddImplicitUnit('fpdbgclasses.pp');
|
||||||
T := P.Targets.AddImplicitUnit('fpdbgdisasx86.pp');
|
T := P.Targets.AddImplicitUnit('fpdbgdisasx86.pp');
|
||||||
T := P.Targets.AddImplicitUnit('fpdbgdwarf.pas');
|
T := P.Targets.AddImplicitUnit('fpdbgdwarf.pas');
|
||||||
@ -130,6 +131,7 @@ begin
|
|||||||
T := P.Targets.AddImplicitUnit('fpdbgrsp.pas');
|
T := P.Targets.AddImplicitUnit('fpdbgrsp.pas');
|
||||||
T := P.Targets.AddImplicitUnit('fpdbgcommon.pas');
|
T := P.Targets.AddImplicitUnit('fpdbgcommon.pas');
|
||||||
T := P.Targets.AddImplicitUnit('fpimgreaderwinpetypes.pas');
|
T := P.Targets.AddImplicitUnit('fpimgreaderwinpetypes.pas');
|
||||||
|
T := P.Targets.AddImplicitUnit('fpdbghardcodedfreepascalinfo.pas');
|
||||||
|
|
||||||
// copy the compiled file, so the IDE knows how the package was compiled
|
// copy the compiled file, so the IDE knows how the package was compiled
|
||||||
P.Sources.AddSrc('fpdebug.compiled');
|
P.Sources.AddSrc('fpdebug.compiled');
|
||||||
|
Loading…
Reference in New Issue
Block a user