mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-27 15:08:21 +02:00

This reverts commit 6350e1a094
.
It broke compilation with FPC 3.2.2. Some other solution should be
found.
83 lines
2.2 KiB
XML
83 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="5">
|
|
<PathDelim Value="\"/>
|
|
<Name Value="DebuggerIntf"/>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<Author Value="Lazarus Team"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Other>
|
|
<Verbosity>
|
|
<ShowWarn Value="False"/>
|
|
<ShowHints Value="False"/>
|
|
</Verbosity>
|
|
<CompilerMessages>
|
|
<IgnoredMessages idx4046="True"/>
|
|
</CompilerMessages>
|
|
<CustomOptions Value="$(IDEBuildOptions)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Description Value="DebuggerIntf
|
|
|
|
Provides an interface to add debuggers to the IDE"/>
|
|
<License Value="GPL-2"/>
|
|
<Version Minor="1"/>
|
|
<Files>
|
|
<Item>
|
|
<Filename Value="dbgintfbasetypes.pas"/>
|
|
<UnitName Value="DbgIntfBaseTypes"/>
|
|
</Item>
|
|
<Item>
|
|
<Filename Value="dbgintfdebuggerbase.pp"/>
|
|
<UnitName Value="DbgIntfDebuggerBase"/>
|
|
</Item>
|
|
<Item>
|
|
<Filename Value="dbgintfmiscclasses.pas"/>
|
|
<UnitName Value="DbgIntfMiscClasses"/>
|
|
</Item>
|
|
<Item>
|
|
<Filename Value="ideminilibc.pas"/>
|
|
<UnitName Value="IDEMiniLibC"/>
|
|
</Item>
|
|
<Item>
|
|
<Filename Value="dbgintfpseudoterminal.pas"/>
|
|
<UnitName Value="DbgIntfPseudoTerminal"/>
|
|
</Item>
|
|
<Item>
|
|
<Filename Value="dbgintfcommonstrings.pas"/>
|
|
<UnitName Value="DbgIntfCommonStrings"/>
|
|
</Item>
|
|
<Item>
|
|
<Filename Value="dbgintfprocess.pas"/>
|
|
<UnitName Value="DbgIntfProcess"/>
|
|
</Item>
|
|
</Files>
|
|
<i18n>
|
|
<EnableI18N Value="True"/>
|
|
<OutDir Value="languages"/>
|
|
</i18n>
|
|
<RequiredPkgs>
|
|
<Item>
|
|
<PackageName Value="LazDebuggerIntf"/>
|
|
</Item>
|
|
<Item>
|
|
<PackageName Value="LazUtils"/>
|
|
</Item>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
<CustomOptions Items="ExternHelp" Version="2">
|
|
<_ExternHelp Items="Count"/>
|
|
</CustomOptions>
|
|
</Package>
|
|
</CONFIG>
|