lazarus/components/activex/LazActiveX.pas
mattias bc03fa5312 added lazactivex.lpk, thanks to Ludo Brands
git-svn-id: trunk@36802 -
2012-04-15 22:12:41 +00:00

22 lines
405 B
ObjectPascal

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