[Libreoffice-commits] core.git: codemaker/Executable_cppumaker.mk
Isamu Mogi
saturday6c at gmail.com
Mon Dec 30 13:57:25 PST 2013
codemaker/Executable_cppumaker.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2cea4c98c2b9eaf46498fb76b73f8dae8e859f3b
Author: Isamu Mogi <saturday6c at gmail.com>
Date: Wed Dec 18 21:43:13 2013 +0900
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 at kohei.us>
Tested-by: Kohei Yoshida <libreoffice at kohei.us>
diff --git a/codemaker/Executable_cppumaker.mk b/codemaker/Executable_cppumaker.mk
index 26347a0..049e0c7 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 \
))
More information about the Libreoffice-commits
mailing list