2011-03-08 14:32:14 +00:00
|
|
|
{ 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, pdfvrsintatico, pdfvrsemantico, pdfvrlexico,
|
|
|
|
pdfvectorialreader, fpvtocanvas, fpvectorial, fpvectbuildunit,
|
|
|
|
dxfvectorialreader, cdrvectorialreader, avisozlib, avisocncgcodewriter,
|
2011-06-08 13:53:25 +00:00
|
|
|
avisocncgcodereader, svgvectorialreader, epsvectorialreader, fpvutils,
|
2011-06-06 16:23:00 +00:00
|
|
|
LazarusPackageIntf;
|
2011-03-08 14:32:14 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
procedure Register;
|
|
|
|
begin
|
|
|
|
end;
|
|
|
|
|
|
|
|
initialization
|
|
|
|
RegisterPackage('fpvectorialpkg', @Register);
|
|
|
|
end.
|