lazarus/components/cairocanvas/cairocanvas_pkg.lpk
2013-04-03 09:02:01 +00:00

51 lines
1.4 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="4">
<Name Value="cairocanvas_pkg"/>
<Author Value="Petr Kristan"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
<CreateMakefileOnBuild Value="True"/>
</Other>
</CompilerOptions>
<Description Value="TCairoPrinterCanvas using the Cairo library."/>
<License Value="see COPYING.modifiedLGPL.txt"/>
<Files Count="2">
<Item1>
<Filename Value="cairocanvas.pas"/>
<UnitName Value="CairoCanvas"/>
</Item1>
<Item2>
<Filename Value="cairoprinter.pas"/>
<UnitName Value="cairoprinter"/>
</Item2>
</Files>
<Type Value="RunTimeOnly"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="LCL"/>
</Item1>
<Item2>
<PackageName Value="FCL"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
<CustomOptions Items="ExternHelp" Version="2">
<_ExternHelp Items="Count"/>
</CustomOptions>
</Package>
</CONFIG>