Kaydet (Commit) 728ad64a authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

kill multi repo support: WinResTarget

üst 057619fc
......@@ -60,13 +60,13 @@ endef
define gb_WinResTarget_add_file
$(call gb_WinResTarget_get_clean_target,$(1)) : RCFILE=$(gb_Helper_SRCDIR_NATIVE)/$(2).rc
$(call gb_WinResTarget_get_target,$(1)) : RCFILE=$(foreach file,$(gb_REPOS),$(realpath $(file)/$(strip $(2)).rc))
$(call gb_WinResTarget_get_target,$(1)) : $(foreach file,$(gb_REPOS),$(realpath $(file)/$(strip $(2)).rc))
$(call gb_WinResTarget_get_target,$(1)) : RCFILE=$(realpath $(SOLARSRC)/$(strip $(2)).rc)
$(call gb_WinResTarget_get_target,$(1)) : $(realpath $(SOLARSRC)/$(strip $(2)).rc)
endef
define gb_WinResTarget_add_dependency
$(call gb_WinResTarget_get_target,$(1)) : $(foreach file,$(2),$(foreach repo,$(gb_REPOS),$(realpath $(repo)/$(strip $(file)))))
$(call gb_WinResTarget_get_target,$(1)) : $(foreach file,$(2),$(realpath $(SOLARSRC)/$(strip $(file))))
endef
......
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