lazarus/lcl/LAYOUT.TXT
michael f088b13a3e + Initial import
git-svn-id: trunk@2 -
2000-07-13 10:28:31 +00:00

33 lines
519 B
Plaintext

Lazarus Component Library
It is organized according to the following structure:
lcl
|
+--- include
|
+--- interfaces
|
+--- templates
|
+--- units
lcl:
All definitions (= interfaces) of the LCL components
goes here.
lcl/include:
The actual implementation of the components.
lcl/interfaces:
The code to interface between the LCL and the graphic
platform goes here.
lcl/templates:
Some templates for interface, implementation
definitions
lcl/units:
Containst the compiled units.