| 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 Common;
|
|---|
| 6 |
|
|---|
| 7 | interface
|
|---|
| 8 |
|
|---|
| 9 | uses
|
|---|
| 10 | StopWatch, UCommon, UDebugLog, UDelay, UPrefixMultiplier, UURI, UThreading,
|
|---|
| 11 | UMemory, UResetableThread, UPool, ULastOpenedList, URegistry,
|
|---|
| 12 | UJobProgressView, UXMLUtils, UApplicationInfo, USyncCounter, UListViewSort,
|
|---|
| 13 | UPersistentForm, LazarusPackageIntf;
|
|---|
| 14 |
|
|---|
| 15 | implementation
|
|---|
| 16 |
|
|---|
| 17 | procedure Register;
|
|---|
| 18 | begin
|
|---|
| 19 | RegisterUnit('UDebugLog', @UDebugLog.Register);
|
|---|
| 20 | RegisterUnit('ULastOpenedList', @ULastOpenedList.Register);
|
|---|
| 21 | RegisterUnit('UJobProgressView', @UJobProgressView.Register);
|
|---|
| 22 | RegisterUnit('UApplicationInfo', @UApplicationInfo.Register);
|
|---|
| 23 | end;
|
|---|
| 24 |
|
|---|
| 25 | initialization
|
|---|
| 26 | RegisterPackage('Common', @Register);
|
|---|
| 27 | end.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.