mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-03 10:23:41 +02:00
24 lines
546 B
ObjectPascal
24 lines
546 B
ObjectPascal
{ Este arquivo foi automaticamente criado pelo Lazarus. Não edite!
|
|
Este fonte é usado apenas para compilar e instalar o pacote.
|
|
}
|
|
|
|
unit lazdatadict;
|
|
|
|
interface
|
|
|
|
uses
|
|
frmconfprojdatadict, idedatadict, reglazdatadict, frmconfdatadict,
|
|
frmSelectCodeGenerator, fpcodegenerator, frmBaseConfigCodeGenerator,
|
|
frmgeneratedcode, ldd_consts, LazarusPackageIntf;
|
|
|
|
implementation
|
|
|
|
procedure Register;
|
|
begin
|
|
RegisterUnit('reglazdatadict', @reglazdatadict.Register);
|
|
end;
|
|
|
|
initialization
|
|
RegisterPackage('lazdatadict', @Register);
|
|
end.
|