Commit Graph

6 Commits

Author SHA1 Message Date
4cce392ff4 ops, only part of icu is for build platform only
Change-Id: I530e2ba6eb8e51a7470cde665194428125b9d4fa
2013-03-13 17:19:59 +01:00
bdfdd054bd more subtle dependencies for cross-compilation
Now we build only what we really need for 'build' platform - there is
new build-tools make target.
The list of tools is in solenv/gbuild/extensions/pre_BuildTools.mk.
Also similar is done to some extent for 'host' platform using
gb_Module_add_targets_for_build which is ignored for 'host'.

Change-Id: I6acd1762b16aca366aac1a0688500f27869cfca2
2013-03-13 16:26:10 +01:00
2939a57e11 Don't cripple the icu data
CorelDraw and MS Publisher importers use icu for conversions between
8-bit character sets and UTF8. In some cases even between UTF16 and
UTF8. Thus we need the relevant data. Use the default icu-provided
data for the while.

Change-Id: I7914bf8a792cf72b34335a0a423b2304b30a26b4
2013-02-21 08:28:43 +01:00
68e4b28cb4 Revert "Don't cripple the icu data"
This reverts commit 9b60017d351858781aadc2566660a25e9784ef4a, which
caused build failures

[build PAT] icu_data
/bin/sh: line 0: cd: C:/lo/core/workdir/wntmsci13.pro/UnpackedTarball/icu_data: No such file or directory

presumably because icu/UnpackedTarball_icu.mk explicitly references
$(call gb_UnpackedTarball_get_target,icu_data).
2013-02-20 18:41:22 +01:00
9b60017d35 Don't cripple the icu data
CorelDraw and MS Publisher importers use icu for conversions between
8-bit character sets and UTF8. In some cases even between UTF16 and
UTF8. Thus we need the relevant data. Use the default icu-provided
data for the while.

Change-Id: I053b37d875cacc6eaf9637404639f330a34ddb50
2013-02-20 17:32:59 +01:00
b92a0d9208 convert icu to gbuild and add to tail_build
Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6
Reviewed-on: https://gerrit.libreoffice.org/1488
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2012-12-27 15:53:39 +00:00