lazarus/components/dbexport/lazdbexport.pas
mattias 327b173ede added lazdbexport.lpk from Michael Van Canneyt
git-svn-id: trunk@12802 -
2007-11-09 20:02:56 +00:00

23 lines
456 B
ObjectPascal

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