lazarus/components/sqldb/sqldblaz.lpk
mattias 7482e8c614 sqldb: clean up
git-svn-id: trunk@36466 -
2012-03-30 14:40:14 +00:00

68 lines
1.8 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="4">
<Name Value="SQLDBLaz"/>
<Author Value="Joost van der Sluis"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Lazarus package for the FCL SQLdb components.
"/>
<License Value="Modified LGPL
"/>
<Version Major="1" Release="1"/>
<Files Count="4">
<Item1>
<Filename Value="registersqldb.pas"/>
<HasRegisterProc Value="True"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="registersqldb"/>
</Item1>
<Item2>
<Filename Value="sqldb.pp"/>
<Type Value="Virtual Unit"/>
<UnitName Value="sqldb"/>
</Item2>
<Item3>
<Filename Value="sqlstringspropertyeditordlg.lfm"/>
<Type Value="LFM"/>
</Item3>
<Item4>
<Filename Value="sqlstringspropertyeditordlg.pas"/>
<UnitName Value="SQLStringsPropertyEditorDlg"/>
</Item4>
</Files>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="SynEdit"/>
</Item1>
<Item2>
<PackageName Value="IDEIntf"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>