doublecmd/components/CmdLine/cmdbox.pas

21 lines
346 B
ObjectPascal

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