lazarus/components/interbase/interbaselaz.pas
mattias 8fb1867a6b removed obsolete unit vclglobals
git-svn-id: trunk@5814 -
2004-08-18 09:31:21 +00:00

23 lines
423 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.