mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 23:28:41 +02:00
42 lines
1.8 KiB
ObjectPascal
42 lines
1.8 KiB
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit alllclunits;
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
interface
|
|
|
|
uses
|
|
CheckLst, Clipbrd, ColorBox, ComCtrls, Controls, CustomTimer, DBActns,
|
|
DbCtrls, DBGrids, DefaultTranslator, Dialogs, ExtCtrls, ExtDlgs,
|
|
ExtGraphics, FileCtrl, Forms, Graphics, GraphMath, GraphType, GraphUtil,
|
|
Grids, HelpIntfs, IcnsTypes, ImageListCache, ImgList, IniPropStorage,
|
|
InterfaceBase, IntfGraphics, LazHelpHTML, LazHelpIntf, LCLClasses, LCLIntf,
|
|
LCLMemManager, LCLMessageGlue, LCLProc, LCLResCache, LCLStrConsts, LCLType,
|
|
Menus, LCLUnicodeData, LCLVersion, LMessages, LResources, MaskEdit,
|
|
PairSplitter, PopupNotifier, PostScriptCanvas, PostScriptPrinter,
|
|
PostScriptUnicode, Printers, PropertyStorage, RubberBand, ShellCtrls, Spin,
|
|
StdActns, StdCtrls, Themes, TmSchema, Toolwin, UTrace, XMLPropStorage,
|
|
TimePopup, Messages, WSButtons, WSCalendar, WSCheckLst, WSComCtrls,
|
|
WSControls, WSDesigner, WSDialogs, WSExtCtrls, WSExtDlgs, WSFactory,
|
|
WSForms, WSGrids, WSImgList, WSLCLClasses, WSMenus, WSPairSplitter, WSProc,
|
|
WSReferences, WSSpin, WSStdCtrls, WSToolwin, ActnList, AsyncProcess,
|
|
ButtonPanel, Buttons, Calendar, RegisterLCL, ValEdit, LazCanvas, LazDialogs,
|
|
LazRegions, CustomDrawn_Common, CustomDrawnControls, CustomDrawnDrawers,
|
|
LazDeviceApis, LDockTree, LazFreeTypeIntfDrawer, CustomDrawn_WinXP,
|
|
CustomDrawn_Android, Arrow, EditBtn, ComboEx, DBExtCtrls, CustomDrawn_Mac,
|
|
CalcForm, LCLTranslator, GroupedEdit, LCLTaskDialog, WSLazDeviceAPIS,
|
|
LCLPlatformDef, IndustrialBase, JSONPropStorage, LazarusPackageIntf;
|
|
|
|
implementation
|
|
|
|
procedure Register;
|
|
begin
|
|
RegisterUnit('RegisterLCL', @RegisterLCL.Register);
|
|
end;
|
|
|
|
initialization
|
|
RegisterPackage('LCLBase', @Register);
|
|
end.
|