1 |
tony |
37 |
{ 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 iblocaldb; |
6 |
|
|
|
7 |
tony |
80 |
{$warn 5023 off : no warning about unused units} |
8 |
tony |
37 |
interface |
9 |
|
|
|
10 |
|
|
uses |
11 |
|
|
IBXCustomIBLocalDBSupport, IBXCreateDatabaseDlg, IBXSaveDatabaseDlg, |
12 |
|
|
IBXUpgradeDatabaseDlg, IBXViewLogDig, IBLocalDBSupport, IBXUpgradeConfFile, |
13 |
tony |
80 |
IBXCreateDatabaseFromSQLDlgUnit, LazarusPackageIntf; |
14 |
tony |
37 |
|
15 |
|
|
implementation |
16 |
|
|
|
17 |
|
|
procedure Register; |
18 |
|
|
begin |
19 |
|
|
end; |
20 |
|
|
|
21 |
|
|
initialization |
22 |
|
|
RegisterPackage('iblocaldb', @Register); |
23 |
|
|
end. |