mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-12 17:49:26 +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;
|
|
|
|
interface
|
|
|
|
uses
|
|
BarChart, CheckLst, Clipbrd, ColorBox, ComCtrls, Controls, CustomTimer,
|
|
DBActns, DbCtrls, DBGrids, DefaultTranslator, Dialogs, DynamicArray,
|
|
DynHashArray, DynQueue, EditBtn, ExtCtrls, ExtDlgs, ExtendedStrings,
|
|
extgraphics, FileCtrl, Forms, FPCAdds, Graphics, GraphMath, GraphType,
|
|
GraphUtil, Grids, HelpIntfs, IcnsTypes, ImageListCache, ImgList,
|
|
IniPropStorage, InterfaceBase, IntfGraphics, LazHelpHTML, LazHelpIntf,
|
|
LazLinkedList, LCLClasses, LCLIntf, LCLMemManager, LCLMessageGlue, LCLProc,
|
|
LCLResCache, LCLStrConsts, LCLType, Menus, LCLUnicodeData, LCLVersion,
|
|
LMessages, LResources, maps, maskedit, PairSplitter, PopupNotifier,
|
|
PostScriptCanvas, PostScriptPrinter, postscriptunicode, Printers,
|
|
PropertyStorage, RubberBand, ShellCtrls, Spin, StdActns, StdCtrls,
|
|
StringHashList, TextStrings, Themes, TmSchema, Toolwin, Translations,
|
|
UTrace, XMLPropStorage, Messages, WSArrow, WSButtons, WSCalendar,
|
|
WSCheckLst, WSComCtrls, WSControls, WSDesigner, WSDialogs, WSExtCtrls,
|
|
WSExtDlgs, WSFactory, WSForms, WSGrids, WSImgList, WSLCLClasses, WSMenus,
|
|
WSPairSplitter, WSProc, WSReferences, WSSpin, WSStdCtrls, WSToolwin,
|
|
ActnList, Arrow, AsyncProcess, ButtonPanel, Buttons, Calendar, RegisterLCL,
|
|
ValEdit, lazcanvas, lazdialogs, lazregions, customdrawn_common,
|
|
customdrawncontrols, customdrawndrawers, lazdeviceapis, LDockTree,
|
|
LazFreeTypeIntfDrawer, customdrawn_winxp, customdrawn_android,
|
|
LazarusPackageIntf;
|
|
|
|
implementation
|
|
|
|
procedure Register;
|
|
begin
|
|
RegisterUnit('RegisterLCL', @RegisterLCL.Register);
|
|
end;
|
|
|
|
initialization
|
|
RegisterPackage('LCLBase', @Register);
|
|
end.
|