lazarus/components/cgi/ide/cgilazide.pas

22 lines
368 B
ObjectPascal

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