lazarus/components/lazdebuggers/cmdlinedebuggerbase/cmdlinedebuggerbase.lpk
2018-06-13 23:08:34 +00:00

43 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="CmdLineDebuggerBase"/>
<Type Value="RunAndDesignTime"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CustomOptions Value="$(IDEBuildOptions)"/>
</Other>
</CompilerOptions>
<Files Count="2">
<Item1>
<Filename Value="debugprocess.pas"/>
<UnitName Value="DebugProcess"/>
</Item1>
<Item2>
<Filename Value="debuginstructions.pas"/>
<UnitName Value="DebugInstructions"/>
</Item2>
</Files>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="LCLBase"/>
</Item1>
<Item2>
<PackageName Value="FCL"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>