diff options
author | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-05-22 21:10:49 +0200 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-05-25 22:20:10 +0200 |
commit | 178adcd8459af63ddb48927207baa5b4efbfda12 (patch) | |
tree | 938cb7a6e2a3f694cb36ebf9fe692c995511871a /basctl/Library_basctl.mk | |
parent | 60d216ed1a5ad74a93edfb288206ce9ae20380a4 (diff) |
tdf#139196 - Import/export macros using utf-8 including BOM
In addition, try to detect the charset during the import of a *.bas
file.
Change-Id: I0dfe7f1b5349db409d90ed92b2e19c9946ae50cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116004
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'basctl/Library_basctl.mk')
-rw-r--r-- | basctl/Library_basctl.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/basctl/Library_basctl.mk b/basctl/Library_basctl.mk index f874dfe9cc54..d38a776312e9 100644 --- a/basctl/Library_basctl.mk +++ b/basctl/Library_basctl.mk @@ -29,7 +29,12 @@ $(eval $(call gb_Library_set_include,basctl,\ -I$(WORKDIR)/SdiTarget/basctl/sdi \ )) -$(eval $(call gb_Library_use_external,basctl,boost_headers)) +$(eval $(call gb_Library_use_externals,basctl,\ + boost_headers \ + icui18n \ + icuuc \ + icu_headers \ +)) $(eval $(call gb_Library_use_custom_headers,basctl,\ officecfg/registry \ |