mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-03 05:03:41 +02:00
24 lines
515 B
ObjectPascal
24 lines
515 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit LazUtils;
|
|
|
|
interface
|
|
|
|
uses
|
|
laz2_DOM, Laz2_XMLCfg, laz2_XMLRead, laz2_xmlutils, laz2_XMLWrite, Laz_DOM,
|
|
Laz_XMLCfg, Laz_XMLRead, Laz_XMLStreaming, Laz_XMLWrite, LazFileUtils,
|
|
LazFileCache, LUResStrings, LazUTF8, LazDbgLog, paswstring,
|
|
LazarusPackageIntf;
|
|
|
|
implementation
|
|
|
|
procedure Register;
|
|
begin
|
|
end;
|
|
|
|
initialization
|
|
RegisterPackage('LazUtils', @Register);
|
|
end.
|