diff options
author | Isamu Mogi <saturday6c@gmail.com> | 2013-12-18 21:43:13 +0900 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2013-12-30 21:57:01 +0000 |
commit | 2cea4c98c2b9eaf46498fb76b73f8dae8e859f3b (patch) | |
tree | 782327610abc0007bc3664365fad677e704b7471 /codemaker | |
parent | 2e5abd41b86e970885e03795bc874cfc31ea54a9 (diff) |
Add sal_textenc dependency to cppumaker
In Japanese localized Windows, cppumaker requires sal_textenclo.dll
but that rule isn't written in .mk. It causes build failure.
Change-Id: Icab74493a4a3b445144bb9d969b79636dbd17162
Reviewed-on: https://gerrit.libreoffice.org/7134
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/Executable_cppumaker.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codemaker/Executable_cppumaker.mk b/codemaker/Executable_cppumaker.mk index 26347a07976a..049e0c7c6da4 100644 --- a/codemaker/Executable_cppumaker.mk +++ b/codemaker/Executable_cppumaker.mk @@ -13,6 +13,7 @@ $(eval $(call gb_Executable_use_external,cppumaker,boost_headers)) $(eval $(call gb_Executable_use_libraries,cppumaker,\ sal \ + sal_textenc \ salhelper \ unoidl \ )) |