You've already forked lazarus-ccr
applications
bindings
components
Comba_Animation
aboutcomponent
acs
beepfp
callite
chelper
chemtext
cmdline
cmdlinecfg
colorpalette
cryptini
csvdocument
epiktimer
everettrandom
examplecomponent
exctrls
extrasyn
fpexif
delphi examples
examples
languages
tests
tools
fpeexifdata.pas
fpeexifreadwrite.pas
fpeglobal.pas
fpeiptcdata.pas
fpeiptcreadwrite.pas
fpemakernote.pas
fpemakernotecanon.pas
fpemakernotecasio.pas
fpemakernoteepson.pas
fpemakernotefuji.pas
fpemakernoteminolta.pas
fpemakernotenikon.pas
fpemakernoteolympus.pas
fpemakernotesanyo.pas
fpemetadata.pas
fpestrconsts.pas
fpetags.pas
fpeutils.pas
fpexif.inc
fpexif_fpc.inc
fpexif_pkg.lpk
fpexif_pkg.pas
readme.txt
fpsound
fpspreadsheet
fractions
freetypepascal
geckoport
gradcontrols
grid_semaphor
industrialstuff
iosdesigner
iphonelazext
jujiboutils
jvcllaz
kcontrols
lazautoupdate
lazbarcodes
lazmapviewer
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
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6806 8e941d3f-bd1b-0410-a28a-d453659cc2b4
20 lines
537 B
ObjectPascal
20 lines
537 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit fpexif_pkg;
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
interface
|
|
|
|
uses
|
|
fpeGlobal, fpeTags, fpeUtils, fpeMetadata, fpeExifReadWrite,
|
|
fpeIptcReadWrite, fpeExifData, fpeIptcData, fpeStrConsts, fpeMakerNote,
|
|
fpeMakerNoteNikon, fpeMakerNoteMinolta, fpeMakerNoteOlympus,
|
|
fpeMakerNoteEpson, fpeMakerNoteFuji, fpeMakerNoteSanyo, fpeMakerNoteCasio,
|
|
fpeMakerNoteCanon;
|
|
|
|
implementation
|
|
|
|
end.
|