lazarus/components/mrumenu/lazmrumenu.pas
mattias 79be62f338 added mrumenu from Michael
git-svn-id: trunk@32297 -
2011-09-11 21:03:13 +00:00

22 lines
377 B
ObjectPascal

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