mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 13:32:56 +02:00
60 lines
1.7 KiB
XML
60 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<Package Version="3">
|
|
<PathDelim Value="\"/>
|
|
<Name Value="TAChartLazarusPkg"/>
|
|
<Author Value="Luís Rodrigues (lr@neei.uevora.pt)"/>
|
|
<CompilerOptions>
|
|
<Version Value="5"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
|
|
</SearchPaths>
|
|
<CodeGeneration>
|
|
<Generate Value="Faster"/>
|
|
</CodeGeneration>
|
|
<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.
|
|
"/>
|
|
<Files Count="3">
|
|
<Item1>
|
|
<Filename Value="taseries.pas"/>
|
|
<UnitName Value="TASeries"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="taengine.pas"/>
|
|
<UnitName Value="TAEngine"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Filename Value="tagraph.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="TAGraph"/>
|
|
</Item3>
|
|
</Files>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<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"/>
|
|
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
|
|
<IgnoreBinaries Value="False"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|