sqldb pacakge: don't add pqconnection to the file list, because it is not available on all supported platforms (win64)

git-svn-id: trunk@11181 -
This commit is contained in:
vincents 2007-05-23 10:52:04 +00:00
parent f4c7b1d00a
commit eaea956c4f
2 changed files with 2 additions and 7 deletions

View File

@ -21,7 +21,7 @@
<Description Value="Lazarus package for the FCL SQLdb components."/>
<License Value="Modified LGPL"/>
<Version Major="1"/>
<Files Count="4">
<Files Count="3">
<Item1>
<Filename Value="registersqldb.pas"/>
<HasRegisterProc Value="True"/>
@ -37,11 +37,6 @@
<Type Value="Virtual Unit"/>
<UnitName Value="ibconnection"/>
</Item3>
<Item4>
<Filename Value="pqconnection.pp"/>
<Type Value="Virtual Unit"/>
<UnitName Value="pqconnection"/>
</Item4>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="1">

View File

@ -7,7 +7,7 @@ unit SQLDBLaz;
interface
uses
registersqldb, sqldb, ibconnection, pqconnection, LazarusPackageIntf;
registersqldb, sqldb, ibconnection, LazarusPackageIntf;
implementation