Files
lazarus-ccr/components/richmemo/richmemopackage.lpk

81 lines
2.3 KiB
ObjectPascal
Raw Normal View History

<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<PathDelim Value="\"/>
<Name Value="richmemopackage"/>
<Author Value="Dmitry 'skalogryz' Boyarintsev"/>
<CompilerOptions>
<Version Value="8"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="win32\;carbon\"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="RichMemo control. Implements cross-platfrom RichEdit control.
"/>
<License Value="LGPL"/>
<Version Minor="8"/>
<Files Count="8">
<Item1>
<Filename Value="wsrichmemo.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="WSRichMemo"/>
</Item1>
<Item2>
<Filename Value="win32\win32richmemo.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32RichMemo"/>
</Item2>
<Item3>
<Filename Value="win32\win32richmemoproc.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="Win32RichMemoProc"/>
</Item3>
<Item4>
<Filename Value="richmemofactory.pas"/>
<UnitName Value="RichMemoFactory"/>
</Item4>
<Item5>
<Filename Value="richmemoregister.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="richmemoregister"/>
</Item5>
<Item6>
<Filename Value="richmemopackage.lrs"/>
<Type Value="LRS"/>
</Item6>
<Item7>
<Filename Value="carbon\carbonrichmemo.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="carbonrichmemo"/>
</Item7>
<Item8>
<Filename Value="richmemo.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="RichMemo"/>
</Item8>
</Files>
<Type Value="RunAndDesignTime"/>
<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>