mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 12:20:32 +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@48004 -
This commit is contained in:
parent
a391c23b4c
commit
c619b61c6b
@ -8,24 +8,16 @@
|
||||
<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>
|
||||
|
@ -7,7 +7,7 @@ unit cairocanvas_pkg;
|
||||
interface
|
||||
|
||||
uses
|
||||
CairoCanvasAll;
|
||||
CairoCanvas, CairoPrinter, CairoCanvasAll;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user