lasarus_compotents/poweredby/.svn/pristine/2f/2faf8356cc742ae7b57a22b4e8eca0ca70dff056.svn-base

23 lines
449 B
Plaintext

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