summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorIsamu Mogi <saturday6c@gmail.com>2013-12-18 21:43:13 +0900
committerI-Jui (Ray) Sung <ray@multicorewareinc.com>2013-12-31 17:36:56 -0600
commit2096b746a9013c93afb94469e9e983d65e1fffd2 (patch)
treeacf6621024665cc95c48f1a2aa8a448f7fbdc275 /codemaker
parenta429db404f376fd3d3d7a50f7da8d4ce59caa289 (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> Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/Executable_cppumaker.mk1
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 \
))