lazarus/lcl/interfaces/LAYOUT.TXT
lazarus 652e4b7903 MWE:
* changed makefiles so that the LCL is build separate fron interfaces

git-svn-id: trunk@243 -
2001-03-27 20:55:23 +00:00

30 lines
393 B
Plaintext

Interfaces
It is organized according to the following structure:
interfaces
|
+--- abstract
|
+--- gtk
|
+--- qt
|
+--- win32
|
+--- ...
|
interfaces/abstract
Abstract definition for initial LCL compilation
interfaces/gtk:
All gtk specific code goes here.
interfaces/qt:
All QT specific code goes here.
interfaces/win32:
All win32 specific code goes here.