mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 13:38:08 +02:00
57 lines
1.5 KiB
XML
57 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="5">
|
|
<Name Value="DBFLaz"/>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<Author Value="Michael Van Canneyt"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
|
|
</SearchPaths>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<UseAnsiStrings Value="False"/>
|
|
</SyntaxOptions>
|
|
</Parsing>
|
|
<Other>
|
|
<CustomOptions Value="$(IDEBuildOptions)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Description Value="DBase (DBF) package for Lazarus"/>
|
|
<License Value="LGPL with linking exception (LCL license)"/>
|
|
<Version Minor="1" Release="1"/>
|
|
<Files Count="2">
|
|
<Item1>
|
|
<Filename Value="registerdbf.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="RegisterDBF"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="Dbf.pas"/>
|
|
<Type Value="Virtual Unit"/>
|
|
<UnitName Value="Dbf"/>
|
|
</Item2>
|
|
</Files>
|
|
<CompatibilityMode Value="True"/>
|
|
<i18n>
|
|
<EnableI18N Value="True"/>
|
|
<OutDir Value="languages"/>
|
|
</i18n>
|
|
<RequiredPkgs Count="2">
|
|
<Item1>
|
|
<PackageName Value="IDEIntf"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="LCL"/>
|
|
</Item2>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|