lazarus/components/lazdebuggers/lazdebuggerfp/lazdebuggerfp.pas
2014-04-05 23:25:22 +00:00

22 lines
384 B
ObjectPascal

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