
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9374 8e941d3f-bd1b-0410-a28a-d453659cc2b4
114 lines
3.3 KiB
XML
114 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="5">
|
|
<PathDelim Value="\"/>
|
|
<Name Value="pack_powerpdf"/>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<AddToProjectUsesSection Value="True"/>
|
|
<Author Value="Takeshi Kanno"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<SyntaxMode Value="Delphi"/>
|
|
<CStyleOperator Value="False"/>
|
|
</SyntaxOptions>
|
|
</Parsing>
|
|
<Other>
|
|
<CustomOptions Value="-dLAZ_POWERPDF"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Description Value="PowerPdf is a LCL library to create PDF docment visually. Like QuickReport, you can
|
|
design PDF document easily on Delphi IDE.
|
|
"/>
|
|
<License Value="Copyright (C) 1999-2001 Takeshi Kanno
|
|
|
|
This library is free software; you can redistribute it and/or modify it
|
|
under the terms of the GNU Library General Public License as published
|
|
by the Free Software Foundation; either version 2 of the License, or any
|
|
later version.
|
|
|
|
This library is distributed in the hope that it will be useful, but WITHOUT
|
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
FOR A PARTICULAR PURPOSE. See the GNU Library general Public License for more
|
|
details.
|
|
"/>
|
|
<Version Minor="9" Release="17"/>
|
|
<Files Count="13">
|
|
<Item1>
|
|
<Filename Value="PdfTypes.pas"/>
|
|
<UnitName Value="PdfTypes"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="PdfDoc.pas"/>
|
|
<UnitName Value="PdfDoc"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Filename Value="PdfJpCMap.pas"/>
|
|
<UnitName Value="PdfJpCMap"/>
|
|
</Item3>
|
|
<Item4>
|
|
<Filename Value="PdfJPFonts.pas"/>
|
|
<UnitName Value="PdfJPFonts"/>
|
|
</Item4>
|
|
<Item5>
|
|
<Filename Value="PdfGBFonts.pas"/>
|
|
<UnitName Value="PdfGBFonts"/>
|
|
</Item5>
|
|
<Item6>
|
|
<Filename Value="PdfFonts.pas"/>
|
|
<UnitName Value="PdfFonts"/>
|
|
</Item6>
|
|
<Item7>
|
|
<Filename Value="PdfImages.pas"/>
|
|
<UnitName Value="PdfImages"/>
|
|
</Item7>
|
|
<Item8>
|
|
<Filename Value="PReport.pas"/>
|
|
<UnitName Value="PReport"/>
|
|
</Item8>
|
|
<Item9>
|
|
<Filename Value="PdfJpegImage.pas"/>
|
|
<UnitName Value="PdfJpegImage"/>
|
|
</Item9>
|
|
<Item10>
|
|
<Filename Value="PRJpegImage.pas"/>
|
|
<UnitName Value="PRJpegImage"/>
|
|
</Item10>
|
|
<Item11>
|
|
<Filename Value="PRAnnotation.pas"/>
|
|
<UnitName Value="PRAnnotation"/>
|
|
</Item11>
|
|
<Item12>
|
|
<Filename Value="PowerPdf.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="PowerPdf"/>
|
|
</Item12>
|
|
<Item13>
|
|
<Filename Value="PdfImageLazTools.pas"/>
|
|
<UnitName Value="PdfImageLazTools"/>
|
|
</Item13>
|
|
</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"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|