mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-01 03:36:07 +02:00
Debugger packages: Add IDEBuildOptions
This commit is contained in:
parent
e33da7bf02
commit
e4e8972b23
@ -10,6 +10,9 @@
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Other>
|
||||
<CustomOptions Value="$(IDEBuildOptions)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="An interface for integrating Debugger-Backends into the IDE"/>
|
||||
<License Value="LGPL with linking exception
|
||||
|
@ -11,6 +11,9 @@
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Other>
|
||||
<CustomOptions Value="$(IDEBuildOptions)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="GUI Debugger Frontend for the IDE"/>
|
||||
<License Value="GPL-2"/>
|
||||
|
Loading…
Reference in New Issue
Block a user