Debugger: fpmake.pp updated, FpDbgHardcodedFreepascalInfo added

git-svn-id: trunk@63386 -
This commit is contained in:
joost 2020-06-17 21:56:49 +00:00
parent 80ef1a258b
commit 2d8d1f2342

View File

@ -4,7 +4,7 @@
fpmake.pp for fpdebug 0.9
This file was generated on 22-05-20
This file was generated on 17-06-20
}
{$ifndef ALLPACKAGES}
@ -90,6 +90,7 @@ begin
D := T.Dependencies.AddUnit('FpDbgRsp');
D := T.Dependencies.AddUnit('FpDbgCommon');
D := T.Dependencies.AddUnit('FpImgReaderWinPETypes');
D := T.Dependencies.AddUnit('FpDbgHardcodedFreepascalInfo');
T := P.Targets.AddImplicitUnit('fpdbgclasses.pp');
T := P.Targets.AddImplicitUnit('fpdbgdisasx86.pp');
T := P.Targets.AddImplicitUnit('fpdbgdwarf.pas');
@ -130,6 +131,7 @@ begin
T := P.Targets.AddImplicitUnit('fpdbgrsp.pas');
T := P.Targets.AddImplicitUnit('fpdbgcommon.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
P.Sources.AddSrc('fpdebug.compiled');