lazarus-ccr/components/systools/laz_systoolsdb.lpk
wp_xxyyzz 543cdf06d9 systools: Rearrange units and packages
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6159 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2018-01-30 16:17:37 +00:00

53 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="laz_systoolsdb"/>
<Author Value="Turbo Power Software"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="source\include;source\db\run"/>
<OtherUnitFiles Value="source\db\run"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\db\run"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Lazarus port of Turbo Power SysTools database components - runtime package
The package systoolsdb contains data-aware barcode components."/>
<License Value="MPL 1.1"/>
<Version Major="4" Release="4"/>
<Files Count="3">
<Item1>
<Filename Value="source\db\run\stdb2dbc.pas"/>
<UnitName Value="StDb2DBC"/>
</Item1>
<Item2>
<Filename Value="source\db\run\stdbbarc.pas"/>
<UnitName Value="StDbBarC"/>
</Item2>
<Item3>
<Filename Value="source\db\run\stdbpnbc.pas"/>
<UnitName Value="StDbPNBC"/>
</Item3>
</Files>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="laz_systools"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>