1
0
Files
applications
bindings
components
Comba_Animation
aboutcomponent
acs
beepfp
callite
chelper
chemtext
cmdline
cmdlinecfg
colorpalette
cryptini
csvdocument
epiktimer
everettrandom
examplecomponent
extrasyn
fpexif
fpsound
fpspreadsheet
fractions
freetypepascal
geckoport
gradcontrols
grid_semaphor
industrialstuff
iosdesigner
iphonelazext
jujiboutils
jvcllaz
kcontrols
lazautoupdate
lazbarcodes
lazmapviewer
example
example_with_addons
images
source
lazmapviewer_bgra.lpk
lazmapviewer_bgra.pas
lazmapviewer_rgbgraphics.lpk
lazmapviewer_rgbgraphics.pas
lazmapviewer_synapse.lpk
lazmapviewer_synapse.pas
lazmapviewerpkg.lpk
lazmapviewerpkg.pas
lclextensions
longtimer
manualdock
mbColorLib
mplayer
multithreadprocs
nvidia-widgets
onguard
orpheus
playsoundpackage
poweredby
powerpdf
rgbgraphics
richmemo
richview
rtfview
rx
scrolltext
smnetgradient
spktoolbar
splashabout
svn
systools
tdi
thtmlport
tparadoxdataset
tvplanit
xdev_toolkit
zlibar
zmsql
examples
image_sources
lclbindings
wst
lazarus-ccr/components/lazmapviewer/lazmapviewer_synapse.pas

23 lines
438 B
ObjectPascal
Raw Normal View History

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit lazMapViewer_Synapse;
{$warn 5023 off : no warning about unused units}
interface
uses
mvDLESynapse, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('mvDLESynapse', @mvDLESynapse.Register);
end;
initialization
RegisterPackage('lazMapViewer_Synapse', @Register);
end.