2018-04-16 13:59:19 +00:00
|
|
|
{ This file was automatically created by Lazarus. Do not edit!
|
|
|
|
This source is only used to compile and install the package.
|
|
|
|
}
|
|
|
|
|
|
|
|
unit lazMapViewerPkg;
|
|
|
|
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
2018-04-16 15:15:27 +00:00
|
|
|
mvCache, mvDownloadEngine, mvdragobj, mvEngine, mvGeoNames, mvgpsobj,
|
|
|
|
mvJobQueue, mvJobs, mvMapProvider, mvtypes, mvmapviewer, mvextradata,
|
2018-04-16 15:33:23 +00:00
|
|
|
mvDLEFpc, mvMapViewerReg, LazarusPackageIntf;
|
2018-04-16 13:59:19 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
procedure Register;
|
|
|
|
begin
|
2018-04-16 15:33:23 +00:00
|
|
|
RegisterUnit('mvMapViewerReg', @mvMapViewerReg.Register);
|
2018-04-16 13:59:19 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
initialization
|
|
|
|
RegisterPackage('lazMapViewerPkg', @Register);
|
|
|
|
end.
|