lazarus/components/turbopower_ipro/design/turbopoweriprodsgn.pas
mattias 07c1f1e3a8 turbopower_ipro: updated Makefile
git-svn-id: trunk@28880 -
2011-01-06 17:24:32 +00:00

22 lines
403 B
ObjectPascal

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