lazarus-ccr/components/rgbgraphics/lazrgbgraphics.lpk

89 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="LazRGBGraphics"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Tom Gregorovic (_tom_@centrum.cz)"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="include"/>
<OtherUnitFiles Value="source"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(LCLWidgetType)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Linking>
<Debugging>
<DebugInfoType Value="dsStabs"/>
</Debugging>
</Linking>
</CompilerOptions>
<Description Value="This package provides fast in memory image processing and pixel manipulations (like scan line).
"/>
<License Value="Modified LGPL
"/>
<Version Major="1"/>
<Files Count="8">
<Item1>
<Filename Value="source\rgbgraphics.pas"/>
<UnitName Value="RGBGraphics"/>
</Item1>
<Item2>
<Filename Value="source\rgbutils.pas"/>
<UnitName Value="RGBUtils"/>
</Item2>
<Item3>
<Filename Value="source\rgbtypes.pas"/>
<UnitName Value="RGBTypes"/>
</Item3>
<Item4>
<Filename Value="source\rgbroutines.pas"/>
<UnitName Value="RGBRoutines"/>
</Item4>
<Item5>
<Filename Value="source\rgbwinroutines.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="RGBWinRoutines"/>
</Item5>
<Item6>
<Filename Value="source\rgbgtkroutines.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="RGBGTKRoutines"/>
</Item6>
<Item7>
<Filename Value="source\rgbcarbonroutines.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="RGBCarbonRoutines"/>
</Item7>
<Item8>
<Filename Value="source\rgbqtroutines.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="RGBQtRoutines"/>
</Item8>
</Files>
<CompatibilityMode Value="True"/>
<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"/>
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
</PublishOptions>
</Package>
</CONFIG>