source: trunk/StudioModules/LDModuleProject/LDModuleProject.pas

Last change on this file was 11, checked in by chronos, 12 years ago
  • Modified: Project management as separated module.
File size: 371 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 LDModuleProject;
6
7interface
8
9uses
10 UProject, UFormProject, ULDModuleProject, LazarusPackageIntf;
11
12implementation
13
14procedure Register;
15begin
16end;
17
18initialization
19 RegisterPackage('LDModuleProject', @Register);
20end.
Note: See TracBrowser for help on using the repository browser.