mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 12:39:23 +02:00
Components, DBExport: clean up LPK
git-svn-id: trunk@37601 -
This commit is contained in:
parent
0b7e28e17a
commit
7b57c97339
@ -1,13 +1,19 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="3">
|
<Package Version="4">
|
||||||
<Name Value="lazdbexport"/>
|
<Name Value="lazdbexport"/>
|
||||||
|
<AddToProjectUsesSection Value="True"/>
|
||||||
<Author Value="Michael Van Canneyt"/>
|
<Author Value="Michael Van Canneyt"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="8"/>
|
<Version Value="11"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
|
<Parsing>
|
||||||
|
<SyntaxOptions>
|
||||||
|
<UseAnsiStrings Value="False"/>
|
||||||
|
</SyntaxOptions>
|
||||||
|
</Parsing>
|
||||||
<Other>
|
<Other>
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
@ -15,7 +21,7 @@
|
|||||||
<Description Value="Standard TDataset Export objects from FCL"/>
|
<Description Value="Standard TDataset Export objects from FCL"/>
|
||||||
<License Value="Modified LGPL"/>
|
<License Value="Modified LGPL"/>
|
||||||
<Version Major="1"/>
|
<Version Major="1"/>
|
||||||
<Files Count="12">
|
<Files Count="9">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="regdbexport.pp"/>
|
<Filename Value="regdbexport.pp"/>
|
||||||
<HasRegisterProc Value="True"/>
|
<HasRegisterProc Value="True"/>
|
||||||
@ -30,41 +36,29 @@
|
|||||||
<Type Value="LFM"/>
|
<Type Value="LFM"/>
|
||||||
</Item3>
|
</Item3>
|
||||||
<Item4>
|
<Item4>
|
||||||
<Filename Value="frmselectexportformat.lrs"/>
|
|
||||||
<Type Value="LRS"/>
|
|
||||||
</Item4>
|
|
||||||
<Item5>
|
|
||||||
<Filename Value="frmselectexportformat.pp"/>
|
<Filename Value="frmselectexportformat.pp"/>
|
||||||
<UnitName Value="frmSelectExportFormat"/>
|
<UnitName Value="frmSelectExportFormat"/>
|
||||||
</Item5>
|
</Item4>
|
||||||
<Item6>
|
<Item5>
|
||||||
<Filename Value="frmexportprogress.lfm"/>
|
<Filename Value="frmexportprogress.lfm"/>
|
||||||
<Type Value="LFM"/>
|
<Type Value="LFM"/>
|
||||||
</Item6>
|
</Item5>
|
||||||
<Item7>
|
<Item6>
|
||||||
<Filename Value="frmexportprogress.lrs"/>
|
|
||||||
<Type Value="LRS"/>
|
|
||||||
</Item7>
|
|
||||||
<Item8>
|
|
||||||
<Filename Value="frmexportprogress.pp"/>
|
<Filename Value="frmexportprogress.pp"/>
|
||||||
<UnitName Value="frmexportprogress"/>
|
<UnitName Value="frmexportprogress"/>
|
||||||
</Item8>
|
</Item6>
|
||||||
<Item9>
|
<Item7>
|
||||||
<Filename Value="frmbaseconfigexport.lfm"/>
|
<Filename Value="frmbaseconfigexport.lfm"/>
|
||||||
<Type Value="LFM"/>
|
<Type Value="LFM"/>
|
||||||
</Item9>
|
</Item7>
|
||||||
<Item10>
|
<Item8>
|
||||||
<Filename Value="frmbaseconfigexport.lrs"/>
|
|
||||||
<Type Value="LRS"/>
|
|
||||||
</Item10>
|
|
||||||
<Item11>
|
|
||||||
<Filename Value="frmbaseconfigexport.pp"/>
|
<Filename Value="frmbaseconfigexport.pp"/>
|
||||||
<UnitName Value="frmBaseConfigExport"/>
|
<UnitName Value="frmBaseConfigExport"/>
|
||||||
</Item11>
|
</Item8>
|
||||||
<Item12>
|
<Item9>
|
||||||
<Filename Value="sdb_consts.pas"/>
|
<Filename Value="sdb_consts.pas"/>
|
||||||
<UnitName Value="sdb_consts"/>
|
<UnitName Value="sdb_consts"/>
|
||||||
</Item12>
|
</Item9>
|
||||||
</Files>
|
</Files>
|
||||||
<i18n>
|
<i18n>
|
||||||
<EnableI18N Value="True"/>
|
<EnableI18N Value="True"/>
|
||||||
@ -93,5 +87,8 @@
|
|||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IgnoreBinaries Value="False"/>
|
<IgnoreBinaries Value="False"/>
|
||||||
</PublishOptions>
|
</PublishOptions>
|
||||||
|
<CustomOptions Items="ExternHelp" Version="2">
|
||||||
|
<_ExternHelp Items="Count"/>
|
||||||
|
</CustomOptions>
|
||||||
</Package>
|
</Package>
|
||||||
</CONFIG>
|
</CONFIG>
|
||||||
|
Loading…
Reference in New Issue
Block a user