lazarus/lcl/interfaces/lcl1.pas
mattias b839e824d2 started lcl1 package
git-svn-id: trunk@27514 -
2010-09-28 18:29:03 +00:00

21 lines
307 B
ObjectPascal

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