lazarus/components/tachart/tachartlazaruspkg.lpk
ask be405ec70a TAChart: Extract TADrawUtils unit
git-svn-id: trunk@26686 -
2010-07-16 14:12:55 +00:00

111 lines
3.2 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<PathDelim Value="\"/>
<Name Value="TAChartLazarusPkg"/>
<Author Value="Luís Rodrigues (lr@neei.uevora.pt), Philippe Martinole, Alexander Klenin"/>
<CompilerOptions>
<Version Value="9"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
<CompilerPath Value="$(CompPath)"/>
<CreateMakefileOnBuild Value="True"/>
</Other>
</CompilerOptions>
<Description Value="TeeChart compatible graph component"/>
<License Value=" See the file COPYING.modifiedLGPL, included in this distribution,
for details about the copyright.
"/>
<Version Major="1"/>
<Files Count="13">
<Item1>
<Filename Value="tachartaxis.pas"/>
<UnitName Value="TAChartAxis"/>
</Item1>
<Item2>
<Filename Value="tachartutils.pas"/>
<UnitName Value="TAChartUtils"/>
</Item2>
<Item3>
<Filename Value="tacustomseries.pas"/>
<UnitName Value="TACustomSeries"/>
</Item3>
<Item4>
<Filename Value="tadbsource.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="TADbSource"/>
</Item4>
<Item5>
<Filename Value="tagraph.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="TAGraph"/>
</Item5>
<Item6>
<Filename Value="taseries.pas"/>
<UnitName Value="TASeries"/>
</Item6>
<Item7>
<Filename Value="taserieseditor.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="TASeriesEditor"/>
</Item7>
<Item8>
<Filename Value="tasources.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="TASources"/>
</Item8>
<Item9>
<Filename Value="tasubcomponentseditor.pas"/>
<UnitName Value="TASubcomponentsEditor"/>
</Item9>
<Item10>
<Filename Value="tatools.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="TATools"/>
</Item10>
<Item11>
<Filename Value="tatransformations.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="TATransformations"/>
</Item11>
<Item12>
<Filename Value="tatypes.pas"/>
<UnitName Value="TATypes"/>
</Item12>
<Item13>
<Filename Value="tadrawutils.pas"/>
<UnitName Value="TADrawUtils"/>
</Item13>
</Files>
<LazDoc Paths="$(LazarusDir)\components\tachart\fpdoc\"/>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="IDEIntf"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)\"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>