source: trunk/Packages/ModularSystem/ModularSystemPackage.pas

Last change on this file was 75, checked in by chronos, 6 months ago
  • Modified: Removed U prefix from unit names.
  • Modified: Updated Common package.
File size: 450 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
5unit ModularSystemPackage;
6
7{$warn 5023 off : no warning about unused units}
8interface
9
10uses
11 ModularSystem, FormModuleList, LazarusPackageIntf;
12
13implementation
14
15procedure Register;
16begin
17 RegisterUnit('ModularSystem', @ModularSystem.Register);
18end;
19
20initialization
21 RegisterPackage('ModularSystem', @Register);
22end.
Note: See TracBrowser for help on using the repository browser.