lazarus/components/interbase/interbaselaz.pas
mattias 3754ce22a8 added interbase package
git-svn-id: trunk@4151 -
2003-05-12 23:37:06 +00:00

23 lines
410 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, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('RegisterInterbase', @RegisterInterbase.Register);
end;
initialization
RegisterPackage('InterbaseLaz', @Register)
end.