[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - RepositoryExternal.mk
David Tardon
dtardon at redhat.com
Thu May 23 00:50:29 PDT 2013
RepositoryExternal.mk | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
New commits:
commit 56aaeb50b6a7f2573bebdd55ce93ceba474be025
Author: David Tardon <dtardon at redhat.com>
Date: Thu May 23 09:31:48 2013 +0200
gbuild: define gengal deps on windows too
Change-Id: I274d0a8392d51937630704b721953b407e7c3e91
(cherry picked from commit 62b74b6c21b0b30bbb5a2053dabff375273b0c8e)
Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 2762e4c..973ebc5 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2877,8 +2877,8 @@ endef
# Better duplication with gb_Gallery__UNO_COMPONENTS than nothing.
# This is used to determine what we need for 'build' platform.
-define gb_Executable__register_gengal.bin
-$(call gb_Executable_add_runtime_dependencies,gengal.bin,\
+define gb_Executable__register_gengal_impl
+$(call gb_Executable_add_runtime_dependencies,$(1),\
$(foreach component, \
comphelper/util/comphelp \
configmgr/source/configmgr \
@@ -2908,6 +2908,12 @@ $(call gb_Executable_add_runtime_dependencies,gengal.bin,\
)
endef
+ifeq ($(OS),WNT)
+gb_Executable__register_gengal = $(call gb_Executable__register_gengal_impl,gengal)
+else
+gb_Executable__register_gengal.bin = $(call gb_Executable__register_gengal_impl,gengal.bin)
+endif
+
ifneq ($(SYSTEM_ICU),YES)
define gb_Executable__register_gendict
More information about the Libreoffice-commits
mailing list