Last change
on this file was 16, checked in by chronos, 12 years ago |
- Modified: Definition of text source file moved to new package Basic.
|
File size:
409 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 LibreDevelopStudio;
|
---|
6 |
|
---|
7 | interface
|
---|
8 |
|
---|
9 | uses
|
---|
10 | UFormMain, UDataModule, UFormSettings, UFormModuleList, UFormNewFile,
|
---|
11 | LazarusPackageIntf;
|
---|
12 |
|
---|
13 | implementation
|
---|
14 |
|
---|
15 | procedure Register;
|
---|
16 | begin
|
---|
17 | end;
|
---|
18 |
|
---|
19 | initialization
|
---|
20 | RegisterPackage('LibreDevelopStudio', @Register);
|
---|
21 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.