lazarus-ccr/components/colorpalette/lazcolorpalette.lpk
2010-08-31 15:10:25 +00:00

53 lines
1.4 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="2">
<PathDelim Value="\"/>
<Name Value="LazColorPalette"/>
<Author Value="Tom Gregorovic (_tom_@centrum.cz)"/>
<CompilerOptions>
<Version Value="5"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\"/>
</SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="This package contains color palette component."/>
<License Value="Modified LGPL"/>
<Version Minor="1"/>
<Files Count="2">
<Item1>
<Filename Value="colorpalette.lrs"/>
<Type Value="LRS"/>
</Item1>
<Item2>
<Filename Value="colorpalette.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="ColorPalette"/>
</Item2>
</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>