lazarus/components/interbase/interbaselaz.pas
mattias f93500465f activated TIBQuery for fpc 1.1+
git-svn-id: trunk@5441 -
2004-05-01 17:21:02 +00:00

23 lines
421 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install
the package InterbaseLaz 1.0.
}
unit InterbaseLaz;
interface
uses
RegisterInterbase, Interbase, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('RegisterInterbase', @RegisterInterbase.Register);
end;
initialization
RegisterPackage('InterbaseLaz', @Register)
end.