Commit graph

13 commits

Author SHA1 Message Date
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
2012-04-08 01:05:52 +02:00
Caolán McNamara
80b0a3a7b6 fold i18npaper into i18nutil
It's too small to justify standalone existence.

We can accumulate i18n things we link to directly into
i18nutil and rework i18npool uno implementions in terms
of thin wrappers over i18nutil and prefer linking to
i18nutil internally and leave the uno forwarders for
use by external components and scripting
2012-03-08 12:02:38 +00:00
Matúš Kukan
a62f426993 add configmgr, ucb1, ucpfile1, xcr to libmerged 2012-02-19 19:24:34 +01:00
Tor Lillqvist
888d96f6b4 Add svt and tk to libmerged 2012-02-15 16:20:00 +02:00
Tor Lillqvist
4347e5d1d8 Add sb to libmerged 2012-02-15 16:19:55 +02:00
Tor Lillqvist
c301199804 Merge branch 'feature/android' 2012-02-15 12:00:46 +02:00
Tor Lillqvist
25f8330004 Add fw* and sfx to libmerged 2012-02-13 17:53:36 +02:00
Tor Lillqvist
7edb4c7393 Add fw* and sfx to libmerged 2012-02-13 16:49:24 +02:00
Matúš Kukan
484a5dcc0e add missing library for windows 2012-02-11 16:57:52 +01:00
Tor Lillqvist
081d76c3fa Attempt to manage without Berkeley DB on iOS and Android
Berkeley DB is used for help index and extension database. (Possibly
only for a backward-compatible format of the latter, I am not sure.)
Neither use makes much sense on Android and iOS.

The existing help is for LO on desktop OSes anyway, help for LO-based
apps on iOS and Android will naturally be quite different.

On iOS there will definitely be no "extensions", and probably we don't
want to bother with such on Android either.
2012-01-16 16:53:49 +02:00
Matúš Kukan
a74627d53e improve support for merging libraries 2012-01-10 14:25:03 +01:00
Matúš Kukan
48b7723016 this is supposed to be gb_CORE_LIBS 2011-08-24 16:07:20 +02:00
Michael Meeks
070ff659ca add missing file I omitted to add 2011-08-24 14:45:09 +01:00