lazarus/components/fpvectorial/fpvectorialpkg.pas
sekelsenmat 080f2b0ab4 fpvectorial: Starts the las reader
git-svn-id: trunk@33950 -
2011-12-04 12:18:14 +00:00

24 lines
546 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit fpvectorialpkg;
interface
uses
svgvectorialwriter, fpvtocanvas, fpvectorial, fpvectbuildunit,
dxfvectorialreader, cdrvectorialreader, avisozlib, avisocncgcodewriter,
avisocncgcodereader, svgvectorialreader, epsvectorialreader, fpvutils,
lasvectorialreader, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('fpvectorialpkg', @Register);
end.