|
Last change
on this file was 173, checked in by chronos, 18 months ago |
- Modified: TNameDetails class moved into separate file.
|
|
File size:
513 bytes
|
| Line | |
|---|
| 1 | { This file was automatically created by Lazarus. Do not edit!
|
|---|
| 2 | This source is only used to compile and install the package.
|
|---|
| 3 | }
|
|---|
| 4 |
|
|---|
| 5 | unit VCardPackage;
|
|---|
| 6 |
|
|---|
| 7 | {$warn 5023 off : no warning about unused units}
|
|---|
| 8 | interface
|
|---|
| 9 |
|
|---|
| 10 | uses
|
|---|
| 11 | VCard, QuotedPrintable, ContactImage, VCardProcessor, NameDetails,
|
|---|
| 12 | LazarusPackageIntf;
|
|---|
| 13 |
|
|---|
| 14 | implementation
|
|---|
| 15 |
|
|---|
| 16 | procedure Register;
|
|---|
| 17 | begin
|
|---|
| 18 | RegisterUnit('VCard', @VCard.Register);
|
|---|
| 19 | RegisterUnit('ContactImage', @ContactImage.Register);
|
|---|
| 20 | end;
|
|---|
| 21 |
|
|---|
| 22 | initialization
|
|---|
| 23 | RegisterPackage('VCard', @Register);
|
|---|
| 24 | end.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.