mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-20 17:26:39 +02:00

Merged revision(s) 47969 #7722694d1b from trunk: LazReport: fix compilation of lr_cairoexp_reg by checking "use unit" boxes in CairoCanvas package. ........ git-svn-id: branches/fixes_1_4@48057 -
52 lines
1.5 KiB
XML
52 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="4">
|
|
<Name Value="cairocanvas_pkg"/>
|
|
<Author Value="Petr Kristan"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
|
|
</SearchPaths>
|
|
<Other>
|
|
<CompilerMessages>
|
|
<MsgFileName Value=""/>
|
|
</CompilerMessages>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Description Value="TCairoPrinterCanvas using the Cairo library."/>
|
|
<License Value="see COPYING.modifiedLGPL.txt"/>
|
|
<Files Count="3">
|
|
<Item1>
|
|
<Filename Value="cairocanvas.pas"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="CairoCanvas"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="cairoprinter.pas"/>
|
|
<AddToUsesPkgSection Value="False"/>
|
|
<UnitName Value="CairoPrinter"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Filename Value="cairocanvasall.pas"/>
|
|
<UnitName Value="CairoCanvasAll"/>
|
|
</Item3>
|
|
</Files>
|
|
<RequiredPkgs Count="1">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
</Item1>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
<CustomOptions Items="ExternHelp" Version="2">
|
|
<_ExternHelp Items="Count"/>
|
|
</CustomOptions>
|
|
</Package>
|
|
</CONFIG>
|