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

View File

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