summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-12-21 17:37:00 +0100
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-12-21 17:37:00 +0100
commit076fe89aaa7c1791b43856f30ac01430acb86936 (patch)
tree2802381250f9af6f322f5803d517ebf8de053bf2
parent6be5f5f0f0f5be39152457697d6fad4cb3dfdb24 (diff)
#i10000# write .manifest into deliver logs
Notes
Notes: split repo tag: bootstrap_ooo/DEV300_m96
-rwxr-xr-xsolenv/gbuild/platform/windows.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index 528ac80442a7..a25d21ff5e79 100755
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -521,6 +521,7 @@ $(call gb_LinkTarget_set_auxtargets,$(2),\
$(call gb_Executable_get_target,$(1)) \
$(call gb_Executable_get_clean_target,$(1)) : AUXTARGETS := $(call gb_Executable_get_target,$(1)).manifest
+$(call gb_Deliver_add_deliverable,$(call gb_Executable_get_target,$(1)).manifest,$(call gb_LinkTarget_get_target,$(2)).manifest)
endef