[Libreoffice-commits] core.git: idl/Executable_svidl.mk rsc/Executable_rsc.mk

Tor Lillqvist tml at collabora.com
Mon Sep 23 01:24:28 PDT 2013


 idl/Executable_svidl.mk |    5 +++++
 rsc/Executable_rsc.mk   |    6 ++++++
 2 files changed, 11 insertions(+)

New commits:
commit 4dd261e526f43a364c645e7022c49b61c8001a39
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Sep 23 11:25:00 2013 +0300

    More ICU dependencies that are now dragged in
    
    Change-Id: Iec214399f0cd8d5af198ad9080c55e5ee51a353d

diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk
index b2b3ecd..c3c52a4 100644
--- a/idl/Executable_svidl.mk
+++ b/idl/Executable_svidl.mk
@@ -34,6 +34,11 @@ $(eval $(call gb_Executable_use_libraries,svidl,\
 	$(gb_UWINAPI) \
 ))
 
+$(eval $(call gb_Executable_use_externals,svidl,\
+    icudata \
+    icuuc \
+    icui18n \
+))
 $(eval $(call gb_Executable_add_exception_objects,svidl,\
 	idl/source/cmptools/hash \
 	idl/source/cmptools/lex \
diff --git a/rsc/Executable_rsc.mk b/rsc/Executable_rsc.mk
index ed779e6..aab0322 100644
--- a/rsc/Executable_rsc.mk
+++ b/rsc/Executable_rsc.mk
@@ -30,6 +30,12 @@ $(eval $(call gb_Executable_use_libraries,rsc,\
 	$(gb_UWINAPI) \
 ))
 
+$(eval $(call gb_Executable_use_externals,rsc,\
+    icudata \
+    icuuc \
+    icui18n \
+))
+
 $(eval $(call gb_Executable_add_grammars,rsc,\
 	rsc/source/parser/rscyacc \
 ))


More information about the Libreoffice-commits mailing list