summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2011-04-07 16:49:44 +0200
committerKurt Zenker <kz@openoffice.org>2011-04-07 16:49:44 +0200
commitcac9154b941dfee45d02119040b8d8472a9eb454 (patch)
tree3689ab59cc3bb0345c9c31af4ded817bc406df1a /solenv
parent4c47013a5e7fbe51e7225590a967a51f10098c54 (diff)
masterfix OOO340: #i10000# add .pdb and .ilk files to deliver
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/windows.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index 97e778d7ae9c..46741666e228 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -528,6 +528,8 @@ $(call gb_Library_get_clean_target,$(1)) : AUXTARGETS += \
$(OUTDIR)/bin/$(notdir $(patsubst %.dll,%.pdb,$(3))) \
$(OUTDIR)/bin/$(notdir $(patsubst %.dll,%.ilk,$(3))) \
+$(call gb_Deliver_add_deliverable,$(OUTDIR)/bin/$(notdir $(patsubst %.dll,%.pdb,$(3))),$(patsubst %.dll,%.pdb,$(3)))
+$(call gb_Deliver_add_deliverable,$(OUTDIR)/bin/$(notdir $(patsubst %.dll,%.ilk,$(3))),$(patsubst %.dll,%.ilk,$(3)))
endif
$(call gb_Deliver_add_deliverable,$(OUTDIR)/bin/$(notdir $(3)),$(3))