
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9720 8e941d3f-bd1b-0410-a28a-d453659cc2b4
31 lines
972 B
ObjectPascal
31 lines
972 B
ObjectPascal
{ 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
|
|
mvCache, mvDownloadEngine, mvDragObj, mvEngine, mvGeoNames, mvGpsObj,
|
|
mvJobQueue, mvJobs, mvMapProvider, mvTypes, mvMapViewer, mvExtraData,
|
|
mvDLEFpc, mvMapViewerReg, mvGPX, mvDrawingEngine, mvDE_IntfGraphics,
|
|
mvDLEWin, mvMapViewerPropEdits, mvLayersPropEditForm, mvGeoMath,
|
|
mvMapViewerPathEditForm, mvMapViewerPathEditDsgForm, mvDLECache,
|
|
mvPluginEditors, mvClassRegistration, mvPluginCommon, mvPlugins,
|
|
mvMapGridPlugin, mvMapScalePlugin, mvGreatCirclePainterPlugin,
|
|
mvAreaSelectionPlugin, mvMarkerPlugins, mvspreadmarker_plugin,
|
|
LazarusPackageIntf;
|
|
|
|
implementation
|
|
|
|
procedure Register;
|
|
begin
|
|
RegisterUnit('mvMapViewerReg', @mvMapViewerReg.Register);
|
|
end;
|
|
|
|
initialization
|
|
RegisterPackage('lazMapViewerPkg', @Register);
|
|
end.
|