mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 22:52:51 +02:00
157 lines
4.1 KiB
XML
157 lines
4.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<Version Value="10"/>
|
|
<PathDelim Value="\"/>
|
|
<General>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
<MainUnit Value="0"/>
|
|
<ResourceType Value="res"/>
|
|
<UseXPManifest Value="True"/>
|
|
</General>
|
|
<i18n>
|
|
<EnableI18N LFM="False"/>
|
|
</i18n>
|
|
<BuildModes Count="1">
|
|
<Item1 Name="Default" Default="True"/>
|
|
</BuildModes>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
|
<ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<local>
|
|
<FormatVersion Value="1"/>
|
|
</local>
|
|
</RunParams>
|
|
<RequiredPackages Count="6">
|
|
<Item1>
|
|
<PackageName Value="GdbmiTestUtils"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="LazDebuggerGdbmi"/>
|
|
</Item2>
|
|
<Item3>
|
|
<PackageName Value="LCLBase"/>
|
|
<MinVersion Major="1" Release="1" Valid="True"/>
|
|
</Item3>
|
|
<Item4>
|
|
<PackageName Value="FPCUnitTestRunner"/>
|
|
</Item4>
|
|
<Item5>
|
|
<PackageName Value="LCL"/>
|
|
</Item5>
|
|
<Item6>
|
|
<PackageName Value="FCL"/>
|
|
</Item6>
|
|
</RequiredPackages>
|
|
<Units Count="12">
|
|
<Unit0>
|
|
<Filename Value="TestGdbmi.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="testexception.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="TestException"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="testbase.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="TestBase"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="testwatches.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="TestWatches"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="TestApps\WatchesPrgSimple.inc"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit4>
|
|
<Unit5>
|
|
<Filename Value="TestApps\WatchesPrgString.inc"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit5>
|
|
<Unit6>
|
|
<Filename Value="testgdbtype.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="TestGdbType"/>
|
|
</Unit6>
|
|
<Unit7>
|
|
<Filename Value="testbreakpoint.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="TestBreakPoint"/>
|
|
</Unit7>
|
|
<Unit8>
|
|
<Filename Value="testdisass.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="TestDisAss"/>
|
|
</Unit8>
|
|
<Unit9>
|
|
<Filename Value="testenvironment.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="TestEnvironment"/>
|
|
</Unit9>
|
|
<Unit10>
|
|
<Filename Value="testargv.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="TestArgV"/>
|
|
</Unit10>
|
|
<Unit11>
|
|
<Filename Value="testinstructionqueue.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="TestInstructionQueue"/>
|
|
</Unit11>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
<UnitOutputDirectory Value="lib"/>
|
|
</SearchPaths>
|
|
<CodeGeneration>
|
|
<Checks>
|
|
<IOChecks Value="True"/>
|
|
<RangeChecks Value="True"/>
|
|
<OverflowChecks Value="True"/>
|
|
<StackChecks Value="True"/>
|
|
</Checks>
|
|
<Optimizations>
|
|
<OptimizationLevel Value="0"/>
|
|
</Optimizations>
|
|
</CodeGeneration>
|
|
<Linking>
|
|
<Debugging>
|
|
<DebugInfoType Value="dsDwarf2Set"/>
|
|
<UseHeaptrc Value="True"/>
|
|
</Debugging>
|
|
</Linking>
|
|
<Other>
|
|
<CustomOptions Value="-gt"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Debugging>
|
|
<Exceptions Count="5">
|
|
<Item1>
|
|
<Name Value="EAbort"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Name Value="ECodetoolError"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Name Value="EFOpenError"/>
|
|
</Item3>
|
|
<Item4>
|
|
<Name Value="EReadError"/>
|
|
</Item4>
|
|
<Item5>
|
|
<Name Value="EAssertionFailedError"/>
|
|
</Item5>
|
|
</Exceptions>
|
|
</Debugging>
|
|
</CONFIG>
|