Files
libreoffice/toolkit
Stephan Bergmann 314853930f gb_OBJCXXFLAGS requires -lobjc
...as it causes at least recent Clang trunk (towards 3.7) to emit

  .cfi_personality 155, ___objc_personality_v0

where __objc_personality_v0 is exported from /usr/lib/libobjc.A.dylib

Change-Id: If4ccf15b2c3167185ba50d78ecf4379e02814933
2015-06-20 21:01:00 +02:00
..
2015-06-15 08:45:19 +00:00
2015-06-20 21:01:00 +02:00

"Abstract" windowing thing, UNO implementations of windowing stuff so that it
can be used from Basic or Java. But also stuff that has no connection to Basic
or Java.

Note that the "awt" here has no relation to the Java awt, as far as I know. It
might be inspired by it API-wise, perhaps. (If you know differently, feel free
to improve this REDAME file.)

Note that toolkit/ is itself not really a toolkit, it is at root a
reasonably simple wrapper of vcl/ - if you came here looking for a
toolkit, please checkout vcl/ instead.