fcllaz: removed sqldb

This commit is contained in:
mattias 2023-02-12 22:55:56 +01:00
parent 57da4cd7fd
commit 0df4fef8fe
2 changed files with 4 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="5">
<Name Value="FCL"/> <Name Value="FCL"/>
<Type Value="RunAndDesignTime"/> <Type Value="RunAndDesignTime"/>
<BuildMethod Value="Both"/> <BuildMethod Value="Both"/>
@ -17,7 +17,7 @@
<Description Value="The FCL - FreePascal Component Library provides the base classes for object pascal."/> <Description Value="The FCL - FreePascal Component Library provides the base classes for object pascal."/>
<License Value="modified LGPL-2"/> <License Value="modified LGPL-2"/>
<Version Major="1" Release="1"/> <Version Major="1" Release="1"/>
<Files Count="9"> <Files Count="8">
<Item1> <Item1>
<Filename Value="lazaruspackageintf.pas"/> <Filename Value="lazaruspackageintf.pas"/>
<AddToUsesPkgSection Value="False"/> <AddToUsesPkgSection Value="False"/>
@ -59,12 +59,8 @@
<AddToUsesPkgSection Value="False"/> <AddToUsesPkgSection Value="False"/>
<UnitName Value="ServiceManager"/> <UnitName Value="ServiceManager"/>
</Item8> </Item8>
<Item9>
<Filename Value="sqldb.pp"/>
<Type Value="Virtual Unit"/>
<UnitName Value="sqldb"/>
</Item9>
</Files> </Files>
<CompatibilityMode Value="True"/>
<LazDoc Paths="docs"/> <LazDoc Paths="docs"/>
<RequiredPkgs Count="2"> <RequiredPkgs Count="2">
<Item1> <Item1>

View File

@ -8,7 +8,7 @@ unit fcllaz;
interface interface
uses uses
db, process, simpleipc, eventlog, XMLConf, {$ifndef HASAMIGA}sqldb,{$endif} LazarusPackageIntf; db, process, simpleipc, eventlog, XMLConf, LazarusPackageIntf;
implementation implementation