mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 12:28:18 +02:00
59 lines
1.6 KiB
XML
59 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<Package Version="3">
|
|
<PathDelim Value="\"/>
|
|
<Name Value="IdeInspector"/>
|
|
<Author Value="M Friebe"/>
|
|
<CompilerOptions>
|
|
<Version Value="9"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Linking>
|
|
<Debugging>
|
|
<GenerateDwarf Value="True"/>
|
|
<UseHeaptrc Value="True"/>
|
|
</Debugging>
|
|
</Linking>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Description Value="Inspect the internals of the IDE.
|
|
"Here be dragons" Be careful and save your data first"/>
|
|
<License Value="LGPL, same as LCL"/>
|
|
<Version Minor="1"/>
|
|
<Files Count="2">
|
|
<Item1>
|
|
<Filename Value="maininspector.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="MainInspector"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="ideinspectkeygrapper.pas"/>
|
|
<UnitName Value="ideinspectkeygrapper"/>
|
|
</Item2>
|
|
</Files>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<RequiredPkgs Count="3">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="IDEIntf"/>
|
|
</Item2>
|
|
<Item3>
|
|
<PackageName Value="FCL"/>
|
|
<MinVersion Major="1" Valid="True"/>
|
|
</Item3>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|