mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 07:00:35 +02:00
Debugger: Updated fpmake-files
This commit is contained in:
parent
09d676c6ba
commit
b3f866c4f0
@ -4,7 +4,7 @@
|
||||
|
||||
fpmake.pp for DebuggerIntf 0.1
|
||||
|
||||
This file was generated on 17-06-20
|
||||
This file was generated on 27-03-22
|
||||
}
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
@ -35,6 +35,7 @@ begin
|
||||
|
||||
P.Flags.Add('LazarusDsgnPkg');
|
||||
|
||||
D := P.Dependencies.Add('lazdebuggerintf');
|
||||
D := P.Dependencies.Add('lclbase');
|
||||
P.Options.Add('-MObjFPC');
|
||||
P.Options.Add('-Scghi');
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
fpmake.pp for LazDebuggerIntf 0.0.1
|
||||
|
||||
This file was generated on 08/01/2022
|
||||
This file was generated on 27-03-22
|
||||
}
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
@ -45,8 +45,10 @@ begin
|
||||
T:=P.Targets.AddUnit('lazdebuggerintfpackage.pas');
|
||||
D := T.Dependencies.AddUnit('LazDebuggerIntf');
|
||||
D := T.Dependencies.AddUnit('LazDebuggerTemplate');
|
||||
D := T.Dependencies.AddUnit('LazDebuggerIntfBaseTypes');
|
||||
T := P.Targets.AddImplicitUnit('lazdebuggerintf.pas');
|
||||
T := P.Targets.AddImplicitUnit('lazdebuggertemplate.pas');
|
||||
T := P.Targets.AddImplicitUnit('lazdebuggerintfbasetypes.pas');
|
||||
|
||||
// copy the compiled file, so the IDE knows how the package was compiled
|
||||
P.Sources.AddSrc('LazDebuggerIntf.compiled');
|
||||
|
Loading…
Reference in New Issue
Block a user