mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-07 20:12:52 +02:00
41 lines
1009 B
XML
41 lines
1009 B
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<Package Version="4">
|
|
<Name Value="cairocanvas_pkg"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Other>
|
|
<CompilerMessages>
|
|
<MsgFileName Value=""/>
|
|
</CompilerMessages>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
<CreateMakefileOnBuild Value="True"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Files Count="1">
|
|
<Item1>
|
|
<Filename Value="cairocanvas.pas"/>
|
|
<UnitName Value="CairoCanvas"/>
|
|
</Item1>
|
|
</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>
|
|
</Package>
|
|
</CONFIG>
|