lazarus/components/chmhelp/packages/help/lhelpcontrolpkg.lpk
mattias 2903864472 examples fixed compilation
git-svn-id: trunk@16243 -
2008-08-25 23:02:42 +00:00

42 lines
1.1 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<Name Value="lhelpcontrolpkg"/>
<Author Value="Andrew Haines"/>
<CompilerOptions>
<Version Value="8"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="This package contains unit that will allow you to &quot;remote control&quot; the program LHelp.
"/>
<Version Minor="1"/>
<Files Count="1">
<Item1>
<Filename Value="lhelpcontrol.pas"/>
<UnitName Value="LHelpControl"/>
</Item1>
</Files>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="LCL"/>
</Item1>
<Item2>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)/"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>