mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 05:52:38 +02:00

* changed makefiles so that the LCL is build separate fron interfaces git-svn-id: trunk@243 -
30 lines
393 B
Plaintext
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.
|
|
|