Debugger packages: Add IDEBuildOptions

This commit is contained in:
Martin 2022-03-06 00:15:03 +01:00
parent e33da7bf02
commit e4e8972b23
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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"/>