lazarus/components/chmhelp/packages/chm/chmpkg.lpk

53 lines
1.4 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<Name Value="chmpkg"/>
<CompilerOptions>
<Version Value="5"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Units for reading chm files. If you are using a version of FPC >= 2.3.1 you may need to remove the dependancy of this package since FPC >= 2.3.1 contains these units,
"/>
<Version Minor="1"/>
<Files Count="3">
<Item1>
<Filename Value="chmbase.pas"/>
<UnitName Value="chmbase"/>
</Item1>
<Item2>
<Filename Value="chmreader.pas"/>
<UnitName Value="chmreader"/>
</Item2>
<Item3>
<Filename Value="paslzx.pas"/>
<UnitName Value="paslzx"/>
</Item3>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)/"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>