|
Last change
on this file was 73, checked in by chronos, 13 years ago |
- Modified: Packages are now stored as uncomporessed and are linked with relative path to project.
|
|
File size:
773 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 CoolDocking;
|
|---|
| 6 |
|
|---|
| 7 | interface
|
|---|
| 8 |
|
|---|
| 9 | uses
|
|---|
| 10 | UCDClient, UCDCustomize, UCDWindowList, UCDManagerTabs, UCDManagerRegions,
|
|---|
| 11 | UCDManagerTabsPopup, UCDManagerRegionsPopup, URectangle, UCDPopupMenu,
|
|---|
| 12 | UCDLayout, UCDCommon, UCDManager, UCDConjoinForm, UCDMaster, UCDResource,
|
|---|
| 13 | LazarusPackageIntf;
|
|---|
| 14 |
|
|---|
| 15 | implementation
|
|---|
| 16 |
|
|---|
| 17 | procedure Register;
|
|---|
| 18 | begin
|
|---|
| 19 | RegisterUnit('UCDClient', @UCDClient.Register);
|
|---|
| 20 | RegisterUnit('UCDWindowList', @UCDWindowList.Register);
|
|---|
| 21 | RegisterUnit('UCDLayout', @UCDLayout.Register);
|
|---|
| 22 | RegisterUnit('UCDMaster', @UCDMaster.Register);
|
|---|
| 23 | end;
|
|---|
| 24 |
|
|---|
| 25 | initialization
|
|---|
| 26 | RegisterPackage('CoolDocking', @Register);
|
|---|
| 27 | end.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.