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> <SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Other>
<CustomOptions Value="$(IDEBuildOptions)"/>
</Other>
</CompilerOptions> </CompilerOptions>
<Description Value="An interface for integrating Debugger-Backends into the IDE"/> <Description Value="An interface for integrating Debugger-Backends into the IDE"/>
<License Value="LGPL with linking exception <License Value="LGPL with linking exception

View File

@ -11,6 +11,9 @@
<SearchPaths> <SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Other>
<CustomOptions Value="$(IDEBuildOptions)"/>
</Other>
</CompilerOptions> </CompilerOptions>
<Description Value="GUI Debugger Frontend for the IDE"/> <Description Value="GUI Debugger Frontend for the IDE"/>
<License Value="GPL-2"/> <License Value="GPL-2"/>