summaryrefslogtreecommitdiff
path: root/vcl/README
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-09-29 12:11:28 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:41:47 +0100
commit08fb22932015cc0d57fa1dbe422e4109cf8be071 (patch)
tree34f3d8a6e15eb83000137a3ef63607b461fd5e28 /vcl/README
parenta77fff188b96169f74224ab118c75f4c9f14fa36 (diff)
generic: re-structure generic code to increase re-use between backends
move more chunks of unx/generic into generic/ and into libvcl itself. This allows the headless backend to remove it's X linkage finally.
Diffstat (limited to 'vcl/README')
-rw-r--r--vcl/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/vcl/README b/vcl/README
new file mode 100644
index 000000000000..c752457d5247
--- /dev/null
+++ b/vcl/README
@@ -0,0 +1,30 @@
+Welcome to the Visual Class Libraries (vcl) code
+
+
+source/
+ + the main cross-platform chunk of source
+
+inc/
+ + cross-platform abstraction headers / definition
+ vcl/
+ + external headers
+
+generic/
+ + shared helper code for backends,
+ actually built into vcl
+
+aqua/
+ + OS/X backend
+ios/
+ + skeleton Android backend
+win/
+ + windows backend
+unx/
+ + unix specific platform backend code and its' sub-platforms
+ gtk/
+ gtk3/
+ kde/
+ generic/ - raw X
+
+
+