lazarus/components/externhelp/externhelp.lpk
mattias 19a678cd7d externhelp: added lpl
git-svn-id: trunk@24528 -
2010-04-08 19:52:25 +00:00

56 lines
1.4 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<Name Value="ExternHelp"/>
<Author Value="Mattias Gaertner"/>
<CompilerOptions>
<Version Value="8"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="True"/>
</SyntaxOptions>
</Parsing>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Help for pscal bindings"/>
<License Value="modified LGPL"/>
<Version Major="1" Minor="1"/>
<Files Count="2">
<Item1>
<Filename Value="externhelpfrm.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="ExternHelpFrm"/>
</Item1>
<Item2>
<Filename Value="README.txt"/>
<Type Value="Binary"/>
</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"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>