lazarus/packager/registration/fcllaz.pas
2024-05-06 08:58:50 +02:00

22 lines
360 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit fcllaz;
{$warn 5023 off : no warning about unused units}
interface
uses
db, eventlog, XMLConf, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('FCL', @Register);
end.