Last change
on this file was 58, checked in by chronos, 12 years ago |
- Upraveno: Application divided to separate package ChronisPlatform and test application which use this package and define test module.
|
File size:
470 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 ChronISPlatform;
|
---|
6 |
|
---|
7 | interface
|
---|
8 |
|
---|
9 | uses
|
---|
10 | UCore, UFormSetting, UFormConnection, UFormEdit, UFormList, UFormMain,
|
---|
11 | UDataModel, UDataView, LazarusPackageIntf;
|
---|
12 |
|
---|
13 | implementation
|
---|
14 |
|
---|
15 | procedure Register;
|
---|
16 | begin
|
---|
17 | RegisterUnit('UCore', @UCore.Register);
|
---|
18 | end;
|
---|
19 |
|
---|
20 | initialization
|
---|
21 | RegisterPackage('ChronISPlatform', @Register);
|
---|
22 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.