Kaydet (Commit) 62b74b6c authored tarafından David Tardon's avatar David Tardon

gbuild: define gengal deps on windows too

Change-Id: I274d0a8392d51937630704b721953b407e7c3e91
üst 2feb756d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment