mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 19:52:47 +02:00
64 lines
1.7 KiB
XML
64 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="4">
|
|
<PathDelim Value="\"/>
|
|
<Name Value="GdbmiTestUtils"/>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<Author Value="M Friebe"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Linking>
|
|
<Debugging>
|
|
<DebugInfoType Value="dsDwarf2Set"/>
|
|
</Debugging>
|
|
</Linking>
|
|
</CompilerOptions>
|
|
<Description Value="Test helper units for LazDebuggerGDBMI"/>
|
|
<License Value="GPL2"/>
|
|
<Version Minor="1"/>
|
|
<Files Count="5">
|
|
<Item1>
|
|
<Filename Value="testbase.pas"/>
|
|
<UnitName Value="TestBase"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="compilehelpers.pas"/>
|
|
<UnitName Value="CompileHelpers"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Filename Value="testgdbmicontrol.pas"/>
|
|
<UnitName Value="TestGDBMIControl"/>
|
|
</Item3>
|
|
<Item4>
|
|
<Filename Value="testgdbmicontrol.lfm"/>
|
|
<Type Value="LFM"/>
|
|
</Item4>
|
|
<Item5>
|
|
<Filename Value="testwatchutils.pas"/>
|
|
<UnitName Value="TestWatchUtils"/>
|
|
</Item5>
|
|
</Files>
|
|
<RequiredPkgs Count="3">
|
|
<Item1>
|
|
<PackageName Value="FPCUnitTestRunner"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="LazDebuggerGdbmi"/>
|
|
</Item2>
|
|
<Item3>
|
|
<PackageName Value="FCL"/>
|
|
</Item3>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|